From 91c815720551046080206e67cabe3aa5292d6900 Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Mon, 1 Feb 2021 23:10:18 -0800 Subject: [PATCH] oops inline --- imgui/src/tokens.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui/src/tokens.rs b/imgui/src/tokens.rs index 5f3c54e..7cf20b4 100644 --- a/imgui/src/tokens.rs +++ b/imgui/src/tokens.rs @@ -28,6 +28,7 @@ macro_rules! create_token { } $(#[$end_meta])* + #[inline] pub fn end(self) { // left empty for drop }