remove test dependency on anyhow Result type in bank
This commit is contained in:
parent
c109f846ed
commit
5eeca85984
@ -1,9 +1,6 @@
|
|||||||
use std::collections::{HashMap, HashSet};
|
use std::collections::{HashMap, HashSet};
|
||||||
use std::sync::{RwLock, RwLockReadGuard};
|
use std::sync::{RwLock, RwLockReadGuard};
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
use anyhow::Result;
|
|
||||||
|
|
||||||
use crate::account::{Account, AccountError};
|
use crate::account::{Account, AccountError};
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
Loading…
Reference in New Issue
Block a user