Skip to content

Commit 04a856c

Browse files
misc(kernel): remove the trait_upcasting feature
The feature now has been stabalized. Signed-off-by: Anhad Singh <[email protected]>
1 parent 1e921f6 commit 04a856c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aero_kernel/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
const_trait_impl, // https://github.com/rust-lang/rust/issues/67792
4646
int_roundings, // https://github.com/rust-lang/rust/issues/88581
4747
const_ptr_is_null, // https://github.com/rust-lang/rust/issues/74939
48-
trait_upcasting, // https://github.com/rust-lang/rust/issues/65991
4948
naked_functions, // https://github.com/rust-lang/rust/issues/32408
5049
cfg_match, // https://github.com/rust-lang/rust/issues/115585
5150
strict_provenance,

0 commit comments

Comments
 (0)