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 6f74b61 commit 807e513Copy full SHA for 807e513
bluez-generated/introspect.sh
@@ -63,6 +63,7 @@ fi
63
64
if [ "$GENERATE" = 1 ]; then
65
echo "// Generated by introspect.sh" > src/lib.rs
66
+ echo "#![allow(clippy::upper_case_acronyms)]" >> src/lib.rs
67
for file in specs/org.bluez.*.xml; do
68
interface=$(
69
echo "$file" \
bluez-generated/src/lib.rs
@@ -1,4 +1,5 @@
1
// Generated by introspect.sh
2
+#![allow(clippy::upper_case_acronyms)]
3
pub mod adapter1;
4
pub use adapter1::*;
5
pub mod agentmanager1;
0 commit comments