aboutsummaryrefslogtreecommitdiff
path: root/aero-collections/src/mail/query.rs
diff options
context:
space:
mode:
Diffstat (limited to 'aero-collections/src/mail/query.rs')
-rw-r--r--aero-collections/src/mail/query.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/aero-collections/src/mail/query.rs b/aero-collections/src/mail/query.rs
index 3e6fe99..7faba41 100644
--- a/aero-collections/src/mail/query.rs
+++ b/aero-collections/src/mail/query.rs
@@ -1,6 +1,6 @@
use super::mailbox::MailMeta;
use super::snapshot::FrozenMailbox;
-use super::unique_ident::UniqueIdent;
+use crate::unique_ident::UniqueIdent;
use anyhow::Result;
use futures::future::FutureExt;
use futures::stream::{BoxStream, Stream, StreamExt};