Skip to content

Commit

Permalink
clippy lints
Browse files Browse the repository at this point in the history
Signed-off-by: Walker Crouse <walkercrouse@hotmail.com>
  • Loading branch information
windy1 committed Jan 28, 2024
1 parent ad5e519 commit 6101c09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zeroconf/src/avahi/entry_group.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! Rust friendly `AvahiEntryGroup` wrappers/helpers

use std::rc::Rc;

use super::{client::ManagedAvahiClient, string_list::ManagedAvahiStringList};
use super::string_list::ManagedAvahiStringList;
use crate::avahi::avahi_util;
use crate::ffi::UnwrapMutOrNull;
use crate::Result;
Expand Down

0 comments on commit 6101c09

Please sign in to comment.