Commit Graph

5 Commits

Author SHA1 Message Date
Tim
18abe7763a
Merge 77bc7a5ec2 into 877d278785 2025-07-18 00:01:01 +02:00
Carter Anderson
877d278785
Remove unnecessary + use<> (#20180)
# Objective

Including `use<>` where it is not needed is abhorrent to my
sensibilities

## Solution

Begone foul demon!
2025-07-17 21:36:24 +00:00
Tim Blackbird
4d82820e97 Split new BroadcastEvent trait from Event 2025-07-15 19:36:04 +02:00
charlotte 🌸
92e65d5eb1
Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
Lucas Franca
8f08d6bc86
Move usages folder to usage (#19757)
# Objective

There were 2 folders inside of `examples`, each with 1 example, and with
similar folder names.

## Solution

Move the example in the `usages` folder to `usage`.

## Testing
 
`cargo run -p ci`
2025-06-21 00:06:44 +00:00