From 564f2a065fae5e08990c660926b147bca7c29226 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 29 Aug 2024 19:13:06 -0400 Subject: Fix misc rust warnings --- rust/src/typelibrary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') 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. /// - /// pub fn add_type_source(&self, name: &QualifiedName, source: S) { let source = source.into_bytes_with_nul(); unsafe { -- cgit v1.3.1