Skip to content

Commit 807e513

Browse files
committed
Ignore clippy warning in bluez-generated.
1 parent 6f74b61 commit 807e513

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bluez-generated/introspect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ fi
6363

6464
if [ "$GENERATE" = 1 ]; then
6565
echo "// Generated by introspect.sh" > src/lib.rs
66+
echo "#![allow(clippy::upper_case_acronyms)]" >> src/lib.rs
6667
for file in specs/org.bluez.*.xml; do
6768
interface=$(
6869
echo "$file" \

bluez-generated/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Generated by introspect.sh
2+
#![allow(clippy::upper_case_acronyms)]
23
pub mod adapter1;
34
pub use adapter1::*;
45
pub mod agentmanager1;

0 commit comments

Comments
 (0)