]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/base.rs
Rollup merge of #104982 - RalfJung:norun, r=oli-obk
[rust.git] / compiler / rustc_expand / src / base.rs
index 8955abebf1e0f0d116d100e84ba1f0b1e9c12e3d..9fe5d588b1f5da117c54516eeb33c6110577ab89 100644 (file)
@@ -242,8 +242,8 @@ pub enum ExpandResult<T, U> {
     Retry(U),
 }
 
-// `meta_item` is the attribute, and `item` is the item being modified.
 pub trait MultiItemModifier {
+    /// `meta_item` is the attribute, and `item` is the item being modified.
     fn expand(
         &self,
         ecx: &mut ExtCtxt<'_>,