diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-04-16 01:16:44 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-04-16 01:18:03 +0530 |
| commit | 7e36dc36d372c1e838564dbe889a200aa1f22d31 (patch) | |
| tree | 73560490930e4419f440681340c10a3c97fb211a /src/libsyntax | |
| parent | 70601b8da249c789883725950ddf046070909095 (diff) | |
| parent | 340eff6604c167eec6cd9832ba53308b1c0de7d1 (diff) | |
| download | rust-7e36dc36d372c1e838564dbe889a200aa1f22d31.tar.gz rust-7e36dc36d372c1e838564dbe889a200aa1f22d31.zip | |
Rollup merge of #32929 - LeoTestard:featureck-comment, r=GuillaumeGomez
Update a comment to reflect changes in tidy checks.
Diffstat (limited to 'src/libsyntax')
| -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 fc18ef407ab..24a62a3dc2a 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -45,8 +45,8 @@ use std::cmp; // The version numbers here correspond to the version in which the current status // 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: The tidy tool parses this information directly out of the source so take +// care when modifying it. const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status)] = &[ ("globs", "1.0.0", None, Accepted), ("macro_rules", "1.0.0", None, Accepted), |
