|
@@ -4,6 +4,9 @@
|
|
|
// the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
|
|
|
// copied, modified, or distributed except according to those terms.
|
|
|
|
|
|
+// There are unused mut warnings due to unsafe code.
|
|
|
+#![allow(unused_mut)]
|
|
|
+#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
|
|
|
|
|
// These crates would be needed to load bytecode from a BPF-compiled object file. Since the crates
|
|
|
// are not used anywhere else in the library, it is deactivated: we do not want to load and compile
|