Rollup merge of #32929 - LeoTestard:featureck-comment, r=GuillaumeGomez

Update a comment to reflect changes in tidy checks.
This commit is contained in:
Manish Goregaokar 2016-04-16 01:16:44 +05:30
commit 7e36dc36d3
No known key found for this signature in database
GPG Key ID: 3BBF4D3E2EF79F98

View File

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