Skip to content

Commit 2c46ee9

Browse files
cleanup: remove trait_upcasting as it is stable now
Signed-off-by: Anhad Singh <[email protected]>
1 parent bf8121c commit 2c46ee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aero_kernel/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
naked_functions, // https://github.com/rust-lang/rust/issues/32408
4545
cfg_match, // https://github.com/rust-lang/rust/issues/115585
4646
associated_type_defaults,
47-
trait_upcasting,
4847
new_zeroed_alloc, // https://github.com/rust-lang/rust/issues/129396
4948
sync_unsafe_cell
5049
)]

0 commit comments

Comments
 (0)