aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Lucas Kent <rubickent@gmail.com> 2022-03-03 11:59:47 +1100
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-03-03 10:14:12 +0100
commit869ae330ecfaa3cbd9381c5eee5b6ee8b6090af9 (patch)
tree59e9cfa9426ef0e544d79a0ad6309a63ff1ddcee /src/lib.rs
parentc43f9abaad6d1cc85d44ae62af833560eb362df8 (diff)
downloadrust-x86-869ae330ecfaa3cbd9381c5eee5b6ee8b6090af9.tar.gz
rust-x86-869ae330ecfaa3cbd9381c5eee5b6ee8b6090af9.tar.zst
rust-x86-869ae330ecfaa3cbd9381c5eee5b6ee8b6090af9.zip
Remove remaining usages of nightly features
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cda543c..b505446 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,4 @@
#![cfg(any(target_arch = "x86", target_arch = "x86_64"))]
-#![allow(stable_features)]
-#![feature(core_intrinsics)]
#![no_std]
#![cfg_attr(test, allow(unused_features))]
#![cfg_attr(all(test, feature = "vmtest"), feature(custom_test_frameworks))]