Skip to content

Commit

Permalink
correct comment re feature-checking tooling
Browse files Browse the repository at this point in the history
The featureck.py that this comment referred to was removed in 9dd3c54 (March
2016).
  • Loading branch information
zackmdavis committed Aug 23, 2017
1 parent 0981211 commit 7b6e9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ macro_rules! declare_features {
// was set. This is most important for knowing when a particular feature became
// stable (active).
//
// NB: The featureck.py script parses this information directly out of the source
// so take care when modifying it.
// NB: tools/tidy/src/features.rs parses this information directly out of the
// source, so take care when modifying it.

declare_features! (
(active, asm, "1.0.0", Some(29722)),
Expand Down

0 comments on commit 7b6e9b4

Please sign in to comment.