Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: more than 3 bools in function parameters --> src/cmd/joinp.rs:532:5 | 532 | / fn new_join( 533 | | &mut self, 534 | | try_parsedates: bool, 535 | | infer_len: usize, ... | 698 | | }) 699 | | } | |_____^ | = help: consider refactoring bools into two-variant enums = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#fn_params_excessive_bools = note: `-W clippy::fn-params-excessive-bools` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::fn_params_excessive_bools)]`
- Loading branch information