mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Fix error: the item TryInto
is imported redundantly
This commit is contained in:
parent
2f508e7a38
commit
99aded446d
@ -272,7 +272,6 @@ impl Blob<'_> {
|
||||
/// Return the current size in bytes of the BLOB.
|
||||
#[inline]
|
||||
pub fn len(&self) -> usize {
|
||||
use std::convert::TryInto;
|
||||
self.size().try_into().unwrap()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user