diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-16 21:01:54 +0100 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-16 21:01:54 +0100 |
| commit | 3b92173d12659231629c2205138b0857b66942f3 (patch) | |
| tree | 276cb15d1535f724eb3613de9b8b69ad457303ec /src/messages.rs | |
| parent | e16769c9b16223c491766f9c9b2c828ee2253ed4 (diff) | |
| download | mail-3b92173d12659231629c2205138b0857b66942f3.tar.gz | |
make clippy happy
Diffstat (limited to 'src/messages.rs')
| -rw-r--r-- | src/messages.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/messages.rs b/src/messages.rs index 60a6f7d..48d30ef 100644 --- a/src/messages.rs +++ b/src/messages.rs @@ -1,5 +1,3 @@ -use std::ops::Drop; - use ffi; use utils::ScopedPhantomcow; use MessageOwner; |
