Undo transition to edition 2021, prep release 0.26.3

This commit is contained in:
Thom Chiovoloni
2021-12-08 16:54:38 -08:00
parent 03dbb7821c
commit 287b0ea08b
3 changed files with 4 additions and 2 deletions

View File

@@ -272,6 +272,7 @@ 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()
}