summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/ptr_null_checks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/ptr_null_checks.rs')
-rw-r--r--tests/ui/lint/ptr_null_checks.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/lint/ptr_null_checks.rs b/tests/ui/lint/ptr_null_checks.rs
index 3028084e9..4925019be 100644
--- a/tests/ui/lint/ptr_null_checks.rs
+++ b/tests/ui/lint/ptr_null_checks.rs
@@ -1,7 +1,5 @@
// check-pass
-#![feature(ptr_from_ref)]
-
use std::ptr;
extern "C" fn c_fn() {}