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 396f81b commit cfa996eCopy full SHA for cfa996e
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