remove some warnings that we dont need
cargo devel CI / cargo CI (push) Successful in 2m27s
Details
cargo devel CI / cargo CI (push) Successful in 2m27s
Details
This commit is contained in:
parent
318149bf48
commit
d03f7a062d
|
@ -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…
Reference in New Issue