소스 검색

Be a touch more explicit in a doc comment

"this" crate is ambiguous in the event of a re-export
Ian Goldberg 5 일 전
부모
커밋
0e1892357d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]