mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 07:00:51 +08:00
Fix clippy warning
This commit is contained in:
parent
cbf49b4c92
commit
8d318b3a03
@ -265,7 +265,7 @@ mod test {
|
|||||||
));
|
));
|
||||||
blob.raw_read_at_exact(&mut s2, 5).unwrap_err();
|
blob.raw_read_at_exact(&mut s2, 5).unwrap_err();
|
||||||
|
|
||||||
let end_pos = blob.seek(std::io::SeekFrom::Current(0)).unwrap();
|
let end_pos = blob.stream_position().unwrap();
|
||||||
assert_eq!(end_pos, 1);
|
assert_eq!(end_pos, 1);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user