mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 10:34:11 +02:00
made DemoTicker cloneable
This commit is contained in:
parent
2e740c8f2f
commit
b7e6db1f4f
5 changed files with 7 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ impl Hasher for NullHasher {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct NullHasherBuilder;
|
||||
|
||||
impl BuildHasher for NullHasherBuilder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue