chore: Make objects public
Remove dead_code check and leftover file after a merge Improve some docstrings --- don't change below this line --- ENG-4087 Took 1 hour 39 minutes
This commit is contained in:
@@ -2,7 +2,6 @@ use tycho_core::{models::Chain, Bytes};
|
||||
|
||||
use crate::encoding::{errors::EncodingError, models::Solution};
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub trait StrategyEncoder {
|
||||
fn encode_strategy(
|
||||
&self,
|
||||
@@ -12,7 +11,6 @@ pub trait StrategyEncoder {
|
||||
}
|
||||
|
||||
pub trait StrategySelector {
|
||||
#[allow(dead_code)]
|
||||
fn select_strategy(
|
||||
&self,
|
||||
solution: &Solution,
|
||||
|
||||
Reference in New Issue
Block a user