Skip to content

Commit

Permalink
remove obsolete nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 18, 2023
1 parent e7702d4 commit b26fc64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#![feature(pointer_is_aligned)]
#![cfg_attr(target_arch = "aarch64", feature(specialization))]
#![feature(strict_provenance)]
#![feature(thread_local)]
#![cfg_attr(target_os = "none", no_std)]
#![cfg_attr(target_os = "none", feature(custom_test_frameworks))]
#![cfg_attr(all(target_os = "none", test), test_runner(crate::test_runner))]
Expand Down

0 comments on commit b26fc64

Please sign in to comment.