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 2c9150b commit 6b47bbdCopy full SHA for 6b47bbd
demo/src/main.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::uninlined_format_args)]
2
+
3
#[cxx::bridge(namespace = "org::blobstore")]
4
mod ffi {
5
// Shared structs with fields visible to both languages.
0 commit comments