Manually ignore warnings
This commit is contained in:
parent
0ced2c3c44
commit
f639082205
10 changed files with 26 additions and 27 deletions
|
|
@ -24,6 +24,7 @@ struct Args {
|
|||
}
|
||||
|
||||
#[derive(ValueEnum, Clone, Copy)]
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
enum PathfinderArg {
|
||||
CaFbh,
|
||||
CaBh,
|
||||
|
|
@ -108,7 +109,7 @@ fn main() {
|
|||
}
|
||||
}
|
||||
|
||||
fn execute<'a, M: Map>(args: &Args, path_input: PathInput<'a, M>) {
|
||||
fn execute<M: Map>(args: &Args, path_input: PathInput<'_, M>) {
|
||||
match args.pathfinder {
|
||||
PathfinderArg::CaFbh => {
|
||||
let p = ConflictAvoidance {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue