diff options
| author | Zack M. Davis <code@zackmdavis.net> | 2017-08-15 18:52:04 -0700 |
|---|---|---|
| committer | Zack M. Davis <code@zackmdavis.net> | 2017-08-22 17:34:18 -0700 |
| commit | 7b6e9b4b8424e8ef722a3fa6388fe3bc8414bab0 (patch) | |
| tree | 71f3c0d3ca8bd79f4ce04b4e49f36188a9eeab45 /src/libsyntax/feature_gate.rs | |
| parent | 0981211c629d0d9f59c5164d8e2c42974d9449e2 (diff) | |
| download | rust-7b6e9b4b8424e8ef722a3fa6388fe3bc8414bab0.tar.gz rust-7b6e9b4b8424e8ef722a3fa6388fe3bc8414bab0.zip | |
correct comment re feature-checking tooling
The featureck.py that this comment referred to was removed in 9dd3c54a (March 2016).
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index ee791609e8f..c82f0554393 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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)), |
