Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ba committed Apr 29, 2022
1 parent 403aeeb commit c069d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ mod tests {
assert_eq!(osa.capacity() as usize, std::mem::size_of::<sockaddr_in6>());
}
check_as_mut(&mut osa);
};
}

check(OsSocketAddr::new());
check(None.into());
Expand Down

0 comments on commit c069d35

Please sign in to comment.