fix clippy

This commit is contained in:
Pankaj Garg
2019-03-09 03:20:40 +00:00
parent e3cacb9296
commit 069ce71256

View File

@ -124,7 +124,7 @@ impl BankingStage {
return true; return true;
} }
return false; false
} }
fn should_buffer_packets( fn should_buffer_packets(
@ -148,7 +148,7 @@ impl BankingStage {
} }
} }
return false; false
} }
pub fn process_loop( pub fn process_loop(