Commit b2f5212
authored
Tidy up old
# Objective
Cleanup code that was previously required in older rust versions but is
no longer needed in newer versions.
## Solution
[As of rust 1.79.0, we can put bounds on associated types
directly](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0/#bounds-in-associated-type-position),
so lets do that for `SystemCondition`.SystemCondition trait hierarchy (#21844)1 parent c4b6836 commit b2f5212
1 file changed
+2
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | 380 | | |
401 | 381 | | |
402 | 382 | | |
| |||
0 commit comments