Skip to content

Commit b4d7fdd

Browse files
authored
Update file.rs
1 parent 269e8a4 commit b4d7fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub fn read_exact(file: &File, offset: u64, size: usize) -> std::io::Result<Slic
4343

4444
#[cfg(not(any(unix, windows)))]
4545
{
46-
compile_error!("unsupported OS");
46+
compile_error!("unsupported platform");
4747
unimplemented!();
4848
}
4949

0 commit comments

Comments
 (0)