We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc3b3af + d68fb5f commit 48b0228Copy full SHA for 48b0228
src/libsyntax/feature_gate.rs
@@ -1317,7 +1317,7 @@ pub enum UnstableFeatures {
1317
/// Hard errors for unstable features are active, as on
1318
/// beta/stable channels.
1319
Disallow,
1320
- /// Allow features to me activated, as on nightly.
+ /// Allow features to be activated, as on nightly.
1321
Allow,
1322
/// Errors are bypassed for bootstrapping. This is required any time
1323
/// during the build that feature-related lints are set to warn or above
0 commit comments