diff --git a/src/util/id.rs b/src/util/id.rs index 2865e41..815d635 100644 --- a/src/util/id.rs +++ b/src/util/id.rs @@ -26,6 +26,9 @@ impl IdTracker { } impl Id { + #[allow(dead_code)] + /// for debug purposes; should this be exposed? + /// generally you want to use labels with widgets pub(crate) fn raw(id: I) -> Self { Self(id) }