diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-21 19:25:07 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-21 19:25:07 +0200 |
commit | 7d148c7e764d563efa3bccc0f14f50867db38ef1 (patch) | |
tree | bd2f968b1f2d82b8c95ab7367fa7a282f97f0850 /src/endpoint.rs | |
parent | 44bbc1c00c2532e08dff0d4a547b0a707e89f32d (diff) | |
download | netapp-7d148c7e764d563efa3bccc0f14f50867db38ef1.tar.gz netapp-7d148c7e764d563efa3bccc0f14f50867db38ef1.zip |
One possibility, but I don't like it
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 3f292d9..97a7644 100644 --- a/src/endpoint.rs +++ b/src/endpoint.rs @@ -1,4 +1,3 @@ -use std::borrow::Borrow; use std::marker::PhantomData; use std::sync::Arc; |