Skip to content

Commit 56dc98b

Browse files
committed
Remove unused step_trait feature.
Also sort the features.
1 parent 9c9b568 commit 56dc98b

File tree

1 file changed

+5
-4
lines changed
  • compiler/rustc_target/src

1 file changed

+5
-4
lines changed

compiler/rustc_target/src/lib.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
//! more 'stuff' here in the future. It does not have a dependency on
88
//! LLVM.
99
10+
// tidy-alphabetical-start
11+
#![allow(internal_features)]
1012
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
1113
#![doc(rust_logo)]
12-
#![feature(min_exhaustive_patterns)]
13-
#![feature(rustdoc_internals)]
1414
#![feature(assert_matches)]
1515
#![feature(iter_intersperse)]
1616
#![feature(let_chains)]
17+
#![feature(min_exhaustive_patterns)]
1718
#![feature(rustc_attrs)]
18-
#![feature(step_trait)]
19-
#![allow(internal_features)]
19+
#![feature(rustdoc_internals)]
20+
// tidy-alphabetical-end
2021

2122
use std::path::{Path, PathBuf};
2223

0 commit comments

Comments
 (0)