Skip to content

Commit 7b6e9b4

Browse files
committed
correct comment re feature-checking tooling
The featureck.py that this comment referred to was removed in 9dd3c54 (March 2016).
1 parent 0981211 commit 7b6e9b4

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
@@ -112,8 +112,8 @@ macro_rules! declare_features {
112112
// was set. This is most important for knowing when a particular feature became
113113
// stable (active).
114114
//
115-
// NB: The featureck.py script parses this information directly out of the source
116-
// so take care when modifying it.
115+
// NB: tools/tidy/src/features.rs parses this information directly out of the
116+
// source, so take care when modifying it.
117117

118118
declare_features! (
119119
(active, asm, "1.0.0", Some(29722)),

0 commit comments

Comments
 (0)