diff --git a/Cargo.toml b/Cargo.toml index b57e8e66..57c01c7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,6 +78,9 @@ unnecessary_wraps = "allow" unused_self = "allow" used_underscore_items = "allow" +[workspace.lints.rust] +mismatched_lifetime_syntaxes = "allow" + [profile.optimize] inherits = "release" strip = true # Automatically strip symbols from the binary.