fix: bring back one #[allow(dead_code)]
--- don't change below this line --- ENG-4087 Took 3 minutes
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::encoding::{
|
||||
errors::EncodingError,
|
||||
models::{EncodingContext, Swap},
|
||||
};
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub trait SwapEncoder: Sync + Send {
|
||||
fn new(executor_address: String) -> Self
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user