Skip to content

Commit 533e0d2

Browse files
d-e-s-odanielocfb
authored andcommitted
Remove 'missing_docs' lint annotation from OpenMap impl
Remove the 'missing_docs' lint annotation from OpenMap impl, as it is no longer required. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 9981f5b commit 533e0d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libbpf-rs/src/map.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ pub struct OpenMapImpl<'obj, T = ()> {
5656
_phantom: PhantomData<&'obj T>,
5757
}
5858

59-
// TODO: Document members.
60-
#[allow(missing_docs)]
6159
impl<'obj> OpenMap<'obj> {
6260
/// Create a new [`OpenMap`] from a ptr to a `libbpf_sys::bpf_map`.
6361
pub fn new(object: &'obj libbpf_sys::bpf_map) -> Self {

0 commit comments

Comments
 (0)