correct comment re feature-checking tooling

The featureck.py that this comment referred to was removed in 9dd3c54a (March
2016).
This commit is contained in:
Zack M. Davis 2017-08-15 18:52:04 -07:00
parent 0981211c62
commit 7b6e9b4b84
1 changed files with 2 additions and 2 deletions

View File

@ -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)),