From eb455f032ceaf14c3f7174eb3a01110811dd4e06 Mon Sep 17 00:00:00 2001 From: Jack Mac Date: Mon, 13 Sep 2021 13:18:06 -0400 Subject: [PATCH] fmt --- imgui/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imgui/src/lib.rs b/imgui/src/lib.rs index 07cccec..04d8a76 100644 --- a/imgui/src/lib.rs +++ b/imgui/src/lib.rs @@ -303,8 +303,7 @@ impl<'a> Id<'a> { Id::Int(i) => { let p = *i as *const std::os::raw::c_void; sys::igGetIDPtr(p) - } - // Id::ImGuiID(n) => *n, + } // Id::ImGuiID(n) => *n, } } }