diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-05 10:05:30 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-05 10:05:30 +0100 |
commit | ac8fb89d56351fbc0017b8a7a8a4ddf53217ab60 (patch) | |
tree | a404d0ff5fd1ccd07a23b7111ca3b5ba3a92ffb6 /src/imap/attributes.rs | |
parent | cd74ae5e638a03e2656fb54aa09a976e6939e1e3 (diff) | |
download | aerogramme-ac8fb89d56351fbc0017b8a7a8a4ddf53217ab60.tar.gz aerogramme-ac8fb89d56351fbc0017b8a7a8a4ddf53217ab60.zip |
reformat cargo
Diffstat (limited to 'src/imap/attributes.rs')
-rw-r--r-- | src/imap/attributes.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/imap/attributes.rs b/src/imap/attributes.rs index 66b078e..7a55632 100644 --- a/src/imap/attributes.rs +++ b/src/imap/attributes.rs @@ -1,6 +1,4 @@ -use imap_codec::imap_types::fetch::{ - MacroOrMessageDataItemNames, MessageDataItemName, -}; +use imap_codec::imap_types::fetch::{MacroOrMessageDataItemNames, MessageDataItemName}; /// Internal decisions based on fetched attributes /// passed by the client |