We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8bbc commit db7da88Copy full SHA for db7da88
netwatch/src/interfaces/linux.rs
@@ -41,7 +41,7 @@ pub enum Error {
41
#[cfg(not(target_os = "android"))]
42
#[snafu(display("netlink error message: {message:?}"))]
43
NetlinkErrorMessage {
44
- message: netlink_packet_core::error::ErrorMessage,
+ message: netlink_packet_core::ErrorMessage,
45
},
46
}
47
0 commit comments