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 62f66cb commit 4e3660bCopy full SHA for 4e3660b
src/linux.rs
@@ -40,9 +40,8 @@ pub enum LinuxI2CError {
40
///
41
/// To interpret this value [`nix::errno::from_i32`] should be used.
42
43
- /// The [`Error`] implementation will return nor return a source
44
- /// for this variant. And similar will the [`Error`]
45
- /// implementation of `nix`'s error.
+ /// The [`Error`] implementation will not return a source
+ /// for this variant, like the [`Error`] implementation of the underlying `nix` error.
46
47
/// [`nix`]: https://docs.rs/nix/latest/nix/
48
/// [`nix::errno::from_i32`]: https://docs.rs/nix/latest/nix/errno/fn.from_i32.html
0 commit comments