1
0
Fork 0
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:
Tails8521 2020-09-22 22:30:08 +02:00 committed by Robin Appelman
commit b7e6db1f4f
5 changed files with 7 additions and 2 deletions

View file

@ -34,6 +34,7 @@ impl Hasher for NullHasher {
}
}
#[derive(Clone)]
pub struct NullHasherBuilder;
impl BuildHasher for NullHasherBuilder {