Manually ignore warnings

This commit is contained in:
hal8174 2025-04-26 23:09:54 +02:00
parent 0ced2c3c44
commit f639082205
10 changed files with 26 additions and 27 deletions

View file

@ -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 {