mirror of https://github.com/aya-rs/aya
aya-bpf, aya-bpf-bindings: fix clippy lints
parent
81e07e9661
commit
a68ff47246
@ -1,3 +1,4 @@
|
||||
#![allow(clippy::all, dead_code)]
|
||||
pub mod bindings;
|
||||
pub mod getters;
|
||||
pub mod helpers;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(clippy::all, dead_code)]
|
||||
pub mod bindings;
|
||||
pub mod getters;
|
||||
pub mod helpers;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(clippy::all, dead_code)]
|
||||
pub mod bindings;
|
||||
pub mod getters;
|
||||
pub mod helpers;
|
||||
|
Loading…
Reference in New Issue