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.
#[allow(clippy::suspicious_else_formatting)]
1 parent a03ecc5 commit 6a33d42Copy full SHA for 6a33d42
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