From ffaec449f1c91340e200a36e2173df2245b0fcf6 Mon Sep 17 00:00:00 2001 From: oberrich Date: Thu, 6 Feb 2025 14:47:48 +0100 Subject: [PATCH] fix: terminate comment --- bindgen/codegen/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bindgen/codegen/mod.rs b/bindgen/codegen/mod.rs index 9dc87ffcec..9204228fcc 100644 --- a/bindgen/codegen/mod.rs +++ b/bindgen/codegen/mod.rs @@ -1161,7 +1161,6 @@ impl CodeGenerator for Type { 25 25 | Ok(TestLib { __library, foo, baz }) 26 26 | } 27 | - #[must_use] -28 27 | /** @brief A function */ if let Some(inner_attrs) =