diff --git a/aya-obj/src/lib.rs b/aya-obj/src/lib.rs index 36a22ec9..460d6424 100644 --- a/aya-obj/src/lib.rs +++ b/aya-obj/src/lib.rs @@ -31,7 +31,7 @@ //! This example loads a simple eBPF program and runs it with [rbpf]. //! //! ```no_run -//! use aya_obj::{generated::bpf_insn, Object, Map}; +//! use aya_obj::{generated::bpf_insn, Object}; //! //! // Parse the object file //! let bytes = std::fs::read("program.o").unwrap();