mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 05:41:47 +08:00
Merge pull request #1285 from gwenn/clippy_msrv
Specify a MSRV for clippy
This commit is contained in:
commit
385a5c5251
@ -1 +1,2 @@
|
||||
doc-valid-idents = ["SQLite", "lang_transaction"]
|
||||
msrv = "1.55.0"
|
||||
|
@ -265,7 +265,7 @@ mod test {
|
||||
));
|
||||
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);
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user