Skip to content

Commit

Permalink
Remove unneeded feature declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Oct 19, 2024
1 parent 9088cb8 commit a453d76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/stdtests.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#![feature(cfg_target_has_atomic)]
#![feature(const_ip)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(core_io_borrowed_buf)]
#![feature(duration_constants)]
#![feature(io_error_uncategorized)]
#![feature(ip)]
#![feature(lazy_cell)]
#![feature(maybe_uninit_uninit_array)]
#![feature(once_cell_try)]
#![feature(read_buf)]
Expand Down

0 comments on commit a453d76

Please sign in to comment.