Skip to content

Commit

Permalink
fix(optimizer): please new clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
aPere3 authored and BourgerieQuentin committed Sep 23, 2024
1 parent 4d2eb73 commit f39f8ab
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,11 @@ impl Into<Encoding> for ffi::Encoding {
}
}

#[allow(unused_must_use, clippy::needless_lifetimes)]
#[allow(
unused_must_use,
clippy::needless_lifetimes,
clippy::needless_maybe_sized
)]
#[cxx::bridge]
mod ffi {
#[namespace = "concrete_optimizer"]
Expand Down

0 comments on commit f39f8ab

Please sign in to comment.