Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 0b9f01d

Browse files
rust-vmm-ci: disable clippy warnings
Autogenerated code throws lots of clippy errors. Disable the warnings as we don't want to manually edit autogenerated code. Signed-off-by: Andreea Florescu <[email protected]>
1 parent fbb3d01 commit 0b9f01d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#![allow(non_upper_case_globals)]
55
#![allow(non_camel_case_types)]
66
#![allow(non_snake_case)]
7+
// Autogenerated code isn't playing very nice with clippy.
8+
// Disable the warnings for now.
9+
#![allow(clippy::all)]
710

811
#[macro_use]
912
#[cfg(all(

0 commit comments

Comments
 (0)