Remove unused type
Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
parent
fbd4fd9fea
commit
d3523ccf78
|
|
@ -3,14 +3,3 @@ mod types;
|
|||
|
||||
pub use store::*;
|
||||
pub use types::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct AddressManager<S> {
|
||||
store: S,
|
||||
}
|
||||
|
||||
impl<S: Store> AddressManager<S> {
|
||||
pub fn new(store: S) -> Self {
|
||||
Self { store }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue