Fix typo, it bothered me
This commit is contained in:
parent
aef18be1bc
commit
d68fb5f20a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue