summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-08-29 19:13:06 -0400
committerMason Reed <mason@vector35.com>2024-08-29 19:13:06 -0400
commit564f2a065fae5e08990c660926b147bca7c29226 (patch)
tree54c583c99c57592484c2310e5993f3784aa387d4 /rust/src
parentc19bd82b7dfe4dd695048dda81707de4da651313 (diff)
Fix misc rust warnings
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/typelibrary.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/typelibrary.rs b/rust/src/typelibrary.rs
index a0992e18..22ac9f9e 100644
--- a/rust/src/typelibrary.rs
+++ b/rust/src/typelibrary.rs
@@ -298,7 +298,7 @@ impl TypeLibrary {
///
/// Use this api with extreme caution.
///
- /// </div/
+ /// </div>
pub fn add_type_source<S: BnStrCompatible>(&self, name: &QualifiedName, source: S) {
let source = source.into_bytes_with_nul();
unsafe {