diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-18 13:13:33 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-18 13:13:33 +0200 |
commit | 5a55fc3934675aa0d96ccb5e8e3466095e2c75a9 (patch) | |
tree | 85388142b76bd98745ea8d8969f75c3d07783475 /macros | |
parent | e779f4cf030c6a960b0c78ed3771ba4de55a5d0f (diff) |
docs: fix ambiguous link to the factory macro
Diffstat (limited to 'macros')
-rw-r--r-- | macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 79b1a1b..3f75340 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -261,7 +261,7 @@ pub fn factory(args_stream: TokenStream, type_alias_stream: TokenStream) -> Toke /// A default factory is a factory that doesn't take any arguments. /// /// The more tedious way to accomplish what this macro does would be by using -/// the [`factory`] macro. +/// the [`macro@factory`] macro. /// /// *This macro is only available if Syrette is built with the "factory" feature.* /// |