diff options
| author | Leo Testard <leo.testard@gmail.com> | 2016-04-13 11:27:30 +0200 |
|---|---|---|
| committer | Leo Testard <leo.testard@gmail.com> | 2016-04-13 11:27:30 +0200 |
| commit | 340eff6604c167eec6cd9832ba53308b1c0de7d1 (patch) | |
| tree | 3623472990c3965e1436e016ddb6318bb49b6523 /src/libsyntax | |
| parent | 4b71f8d1417423d933dfd4f74d5d4d167b85f77e (diff) | |
| download | rust-340eff6604c167eec6cd9832ba53308b1c0de7d1.tar.gz rust-340eff6604c167eec6cd9832ba53308b1c0de7d1.zip | |
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), |
