From 578a171868130e5e3fcf1ecf66dec073ee796353 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Jan 2026 17:19:53 +0100 Subject: a --- common/object/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/object') diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index 5637dd6..17a68d7 100644 --- a/common/object/src/lib.rs +++ b/common/object/src/lib.rs @@ -198,6 +198,7 @@ impl<'a> Object<'a> { } } #[must_use] + #[inline] pub fn insert(&self, tag: TypedTag, value: T) -> ObjectBuffer { self.insert_multi(tag, &[value]) } -- cgit v1.3