Compare commits

1 Commits

Author SHA1 Message Date
246caffb34 fix warning 2025-11-21 20:25:55 -05:00

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)
}