diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-22 13:06:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-22 13:06:10 +0200 |
commit | 5da59ebec5f3072d0b6c3b1ffc90eb8923c50ad9 (patch) | |
tree | cd5c08198db5a0b8499dfb80222d82e8d0518ab2 /src/endpoint.rs | |
parent | 9cb28c21b4a80aa9f29097f6bb1b8b6c23446ddc (diff) | |
download | netapp-5da59ebec5f3072d0b6c3b1ffc90eb8923c50ad9.tar.gz netapp-5da59ebec5f3072d0b6c3b1ffc90eb8923c50ad9.zip |
Move things around and fix error bit
Diffstat (limited to 'src/endpoint.rs')
-rw-r--r-- | src/endpoint.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/endpoint.rs b/src/endpoint.rs index d8dc6c4..7088879 100644 --- a/src/endpoint.rs +++ b/src/endpoint.rs @@ -7,7 +7,6 @@ use async_trait::async_trait; use crate::error::Error; use crate::message::*; use crate::netapp::*; -use crate::util::*; /// This trait should be implemented by an object of your application /// that can handle a message of type `M`, if it wishes to handle |