Clippy and remove unused is_binary (#5879)

This commit is contained in:
JT
2022-06-26 08:20:28 +12:00
committed by GitHub
parent ef9b72d360
commit 575ddbd4ef
5 changed files with 18 additions and 28 deletions

View File

@ -986,7 +986,7 @@ mod input_types {
fn add_declations(engine_state: &mut EngineState) {
let delta = {
let mut working_set = StateWorkingSet::new(&engine_state);
let mut working_set = StateWorkingSet::new(engine_state);
working_set.add_decl(Box::new(Let));
working_set.add_decl(Box::new(AggCustom));
working_set.add_decl(Box::new(GroupByCustom));