Rollup merge of #37414 - thepowersgang:fix-typo, r=nrc

Fix typo in libsyntax, it was bothering me

May I present - the world's shortest diff.
This commit is contained in:
Guillaume Gomez 2016-10-26 23:49:27 +02:00 committed by GitHub
commit 48b022838b

View file

@ -1317,7 +1317,7 @@ pub enum UnstableFeatures {
/// Hard errors for unstable features are active, as on
/// beta/stable channels.
Disallow,
/// Allow features to me activated, as on nightly.
/// Allow features to be activated, as on nightly.
Allow,
/// Errors are bypassed for bootstrapping. This is required any time
/// during the build that feature-related lints are set to warn or above