]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/config.rs
Auto merge of #104915 - weihanglo:update-cargo, r=ehuss
[rust.git] / compiler / rustc_expand / src / config.rs
index 1d2b1298a68f6372dca41d0bf71b0241636eda44..2510795c2e3ed5073c6aa07a2331b06c87f02e17 100644 (file)
@@ -200,7 +200,7 @@ fn active_features_up_to(edition: Edition) -> impl Iterator<Item = &'static Feat
     features
 }
 
-// `cfg_attr`-process the crate's attributes and compute the crate's features.
+/// `cfg_attr`-process the crate's attributes and compute the crate's features.
 pub fn features(
     sess: &Session,
     mut krate: ast::Crate,