remove some warnings that we dont need
cargo devel CI / cargo CI (push) Successful in 2m27s Details

This commit is contained in:
Christoph J. Scherr 2024-06-25 15:31:06 +02:00
parent 318149bf48
commit d03f7a062d
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ impl Id {
}
}
#[must_use]
#[allow(dead_code)]
pub fn len(&self) -> usize {
self.inner.len()
}
@ -107,6 +109,8 @@ impl Token {
}
}
#[must_use]
#[allow(dead_code)]
pub fn len(&self) -> usize {
self.inner.len()
}