remove some warnings that we dont need
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m27s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m27s
This commit is contained in:
parent
318149bf48
commit
d03f7a062d
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue