Browse Source

Be a touch more explicit in a doc comment

"this" crate is ambiguous in the event of a re-export
Ian Goldberg 5 days ago
parent
commit
0e1892357d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sigma-compiler-derive/src/lib.rs

+ 1 - 1
sigma-compiler-derive/src/lib.rs

@@ -3,7 +3,7 @@ use sigma_compiler_core::{sigma_compiler_core, SigmaCompSpec};
 use syn::parse_macro_input;
 
 #[cfg(not(doctest))]
-/// The main macro provided by this crate.
+/// The main macro provided by the `sigma_compiler` crate.
 ///
 #[doc = include_str!("../macro-doc.md")]
 #[proc_macro]