Skip to content

Commit 2d206fb

Browse files
committed
Fix compilation on MSRV.
1 parent cc6ac30 commit 2d206fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cap-tempfile/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use uuid::Uuid;
1919
pub mod utf8;
2020

2121
mod tempfile;
22-
pub use tempfile::*;
22+
pub use crate::tempfile::*;
2323

2424
/// Re-export because we use this in our public API.
2525
pub use cap_std;

0 commit comments

Comments
 (0)