Skip to content

Commit c2843c8

Browse files
committed
remove unnecessary target_feature
1 parent 5dbe6f5 commit c2843c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/nbody.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
#![cfg_attr(feature = "strict", deny(warnings))]
77
#![feature(stdsimd)]
8-
#![feature(target_feature)]
98
#![cfg_attr(feature = "cargo-clippy",
109
allow(similar_names, missing_docs_in_private_items,
1110
shadow_reuse, print_stdout))]

0 commit comments

Comments
 (0)