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.
2 parents a335a52 + 6a33d42 commit 8cc51a0Copy full SHA for 8cc51a0
itest/rust/build.rs
@@ -361,6 +361,7 @@ fn generate_rust_methods(inputs: &[Input]) -> Vec<TokenStream> {
361
.collect::<Vec<_>>();
362
363
let manual_methods = quote! {
364
+ #[allow(clippy::suspicious_else_formatting)] // `quote!` might output whole file as one big line.
365
#[func]
366
fn check_last_notrace(last_method_name: String, expected_callconv: String) -> bool {
367
let last = godot::private::trace::pop();
0 commit comments