Skip to content

Commit 340eff6

Browse files
committed
Update a comment to reflect changes in tidy checks.
1 parent 4b71f8d commit 340eff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ use std::cmp;
4545
// The version numbers here correspond to the version in which the current status
4646
// was set. This is most important for knowing when a particular feature became
4747
// stable (active).
48-
// NB: The featureck.py script parses this information directly out of the source
49-
// so take care when modifying it.
48+
// NB: The tidy tool parses this information directly out of the source so take
49+
// care when modifying it.
5050
const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status)] = &[
5151
("globs", "1.0.0", None, Accepted),
5252
("macro_rules", "1.0.0", None, Accepted),

0 commit comments

Comments
 (0)