fix benches from state-res
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7f448d88a4
commit
b2bf35cfab
3 changed files with 675 additions and 648 deletions
|
@ -9,6 +9,9 @@ mod state_event;
|
|||
#[cfg(test)]
|
||||
mod test_utils;
|
||||
|
||||
#[cfg(test)]
|
||||
mod benches;
|
||||
|
||||
use std::{
|
||||
borrow::Borrow,
|
||||
cmp::{Ordering, Reverse},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue