]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/macro_use.rs
modify code
[rust.git] / clippy_lints / src / macro_use.rs
index ca1ccb93bf3fbeea048a54fda55a0070aba819ab..76c5cfadc2c1a9f931beec847dc5768aa7c6cfd4 100644 (file)
@@ -35,7 +35,8 @@ struct PathAndSpan {
     span: Span,
 }
 
-/// `MacroRefData` includes the name of the macro.
+/// `MacroRefData` includes the name of the macro
+/// and the path from `SourceMap::span_to_filename`.
 #[derive(Debug, Clone)]
 pub struct MacroRefData {
     name: String,