From ae479b1036630970c0d0aaf67cbb500a3c7ed622 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 19 Apr 2022 22:14:00 -0400 Subject: perf(fmt/lint): incremental formatting and linting (#14314) --- ext/webstorage/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/webstorage/lib.rs') diff --git a/ext/webstorage/lib.rs b/ext/webstorage/lib.rs index 47d720ffb..6284a59bc 100644 --- a/ext/webstorage/lib.rs +++ b/ext/webstorage/lib.rs @@ -13,6 +13,8 @@ use rusqlite::OptionalExtension; use std::fmt; use std::path::PathBuf; +pub use rusqlite; + #[derive(Clone)] struct OriginStorageDir(PathBuf); -- cgit v1.2.3