Skip to content

Commit b703355

Browse files
committed
Refer to internal module via crate prefix.
1 parent 53aadc6 commit b703355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extern crate nix;
7575
extern crate bitflags;
7676

7777
pub mod spidevioctl;
78-
pub use spidevioctl::SpidevTransfer;
78+
pub use crate::spidevioctl::SpidevTransfer;
7979

8080
use std::io;
8181
use std::io::prelude::*;

0 commit comments

Comments
 (0)