Fix typo, it bothered me

This commit is contained in:
John Hodge 2016-10-26 11:14:46 +08:00
parent aef18be1bc
commit d68fb5f20a

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