diff options
author | Vika <vika@fireburn.ru> | 2021-05-04 19:24:51 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2021-05-04 19:24:51 +0300 |
commit | 7024cbefb27e1c9649bff57df32b316484de4104 (patch) | |
tree | edba0d3ee8f28b478cbcda1b56767c6adcea2975 /src/micropub | |
parent | 08c09aaa055c05228855eed8cded9fdfe4939c0f (diff) | |
download | kittybox-7024cbefb27e1c9649bff57df32b316484de4104.tar.zst |
Refactored the database module and its tests
Diffstat (limited to 'src/micropub')
-rw-r--r-- | src/micropub/post.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/micropub/post.rs b/src/micropub/post.rs index 38b205b..680f242 100644 --- a/src/micropub/post.rs +++ b/src/micropub/post.rs @@ -1,7 +1,6 @@ use core::iter::Iterator; use std::str::FromStr; use std::convert::TryInto; -use async_std::sync::RwLockUpgradableReadGuard; use chrono::prelude::*; use http_types::Mime; use tide::prelude::json; |