We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8964e2b commit 109ee7bCopy full SHA for 109ee7b
.githooks/pre-push
@@ -17,4 +17,5 @@ cargo test --no-run
17
restore_cargo_lock
18
cargo fmt --check
19
cargo clippy --tests -- --D warnings
20
+RUSTDOCFLAGS="-D warnings" cargo doc --document-private-items --no-deps
21
cargo test
src/lib.rs
@@ -69,7 +69,7 @@ pub fn initiate_protocol(stream: TokenStream) -> TokenStream {
69
).into()
70
}
71
72
-/// Wrap the function to be used with the [protocol!].
+/// Wrap the function to be used with the [protocol](https://typst.app/docs/reference/foundations/plugin/).
73
///
74
/// # Arguments
75
0 commit comments