We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbe6f5 commit c2843c8Copy full SHA for c2843c8
examples/nbody.rs
@@ -5,7 +5,6 @@
5
6
#![cfg_attr(feature = "strict", deny(warnings))]
7
#![feature(stdsimd)]
8
-#![feature(target_feature)]
9
#![cfg_attr(feature = "cargo-clippy",
10
allow(similar_names, missing_docs_in_private_items,
11
shadow_reuse, print_stdout))]
0 commit comments