Skip to content

Commit 548edb4

Browse files
committed
Remove use of unstable Clippy lint
Only available on nightly at the moment.
1 parent a465aec commit 548edb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,6 @@ impl<'addr, 'bufs, 'control> MsgHdrMut<'addr, 'bufs, 'control> {
680680
///
681681
/// Corresponds to setting `msg_name` and `msg_namelen` on Unix and `name`
682682
/// and `namelen` on Windows.
683-
#[allow(clippy::needless_pass_by_ref_mut)]
684683
pub fn with_addr(mut self, addr: &'addr mut SockAddr) -> Self {
685684
sys::set_msghdr_name(&mut self.inner, addr);
686685
self

0 commit comments

Comments
 (0)