fix warning

This commit is contained in:
2025-11-21 20:25:55 -05:00
parent 31ff17c21a
commit 246caffb34

View File

@@ -26,6 +26,9 @@ impl<I: IdNum> IdTracker<I> {
}
impl<I: IdNum> Id<I> {
#[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)
}