Skip to content

Commit

Permalink
remove use of feature(trait_upcasting) from core tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin authored and gitbot committed Feb 20, 2025
1 parent f1b58f1 commit 18d5bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coretests/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
#![feature(strict_provenance_atomic_ptr)]
#![feature(strict_provenance_lints)]
#![feature(test)]
#![feature(trait_upcasting)]
#![feature(trusted_len)]
#![feature(trusted_random_access)]
#![feature(try_blocks)]
Expand Down

0 comments on commit 18d5bbe

Please sign in to comment.