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 53aadc6 commit b703355Copy full SHA for b703355
src/lib.rs
@@ -75,7 +75,7 @@ extern crate nix;
75
extern crate bitflags;
76
77
pub mod spidevioctl;
78
-pub use spidevioctl::SpidevTransfer;
+pub use crate::spidevioctl::SpidevTransfer;
79
80
use std::io;
81
use std::io::prelude::*;
0 commit comments