We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ade41f commit c3475afCopy full SHA for c3475af
itest/rust/build.rs
@@ -369,7 +369,7 @@ fn generate_rust_methods(inputs: &[Input]) -> Vec<TokenStream> {
369
.collect::<Vec<_>>();
370
371
let manual_methods = quote! {
372
- #[allow(clippy::suspicious_else_formatting)] // `quote!` might output whole file as one big line.
+ #[allow(clippy::suspicious_else_formatting, clippy::possible_missing_else)] // `quote!` might output whole file as one big line.
373
#[func]
374
fn check_last_notrace(last_method_name: String, expected_callconv: String) -> bool {
375
let last = godot::private::trace::pop();
0 commit comments