mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-15 04:02:18 +08:00
Merge pull request #1285 from gwenn/clippy_msrv
Specify a MSRV for clippy
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
doc-valid-idents = ["SQLite", "lang_transaction"]
|
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();
|
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(())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user