summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/foundations/plugin.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-01-21 12:10:06 +0100
committerGitHub <noreply@github.com>2025-01-21 11:10:06 +0000
commitb90ad470d60f4a90e3ba2e78aa4746fbe08783ab (patch)
tree3f69c0077258ce8c5c69ddfa53ab8362ca0a4e99 /crates/typst-library/src/foundations/plugin.rs
parentc22c47b9c97062309ed841679bb49fc15bb6a398 (diff)
Remove redundant doc comments on standard arguments (#5725)
Diffstat (limited to 'crates/typst-library/src/foundations/plugin.rs')
-rw-r--r--crates/typst-library/src/foundations/plugin.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-library/src/foundations/plugin.rs b/crates/typst-library/src/foundations/plugin.rs
index adf23a47..d41261ed 100644
--- a/crates/typst-library/src/foundations/plugin.rs
+++ b/crates/typst-library/src/foundations/plugin.rs
@@ -152,7 +152,6 @@ impl Plugin {
/// Creates a new plugin from a WebAssembly file.
#[func(constructor)]
pub fn construct(
- /// The engine.
engine: &mut Engine,
/// A path to a WebAssembly file or raw WebAssembly bytes.
///