diff options
| author | Max Audron <audron@cocaine.farm> | 2021-01-21 14:57:22 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-01-21 14:57:22 +0100 |
| commit | 2405fa686a53f1d895807b1658c38a5e7e7693a0 (patch) | |
| tree | d40a9430a421d3ca4a28ce2ad98b51e3d731f265 /src/primitive/variantmap.rs | |
| parent | Merge branch 'client' (diff) | |
reorganize tests and add quassel features
Diffstat (limited to '')
| -rw-r--r-- | src/primitive/variantmap.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/primitive/variantmap.rs b/src/primitive/variantmap.rs index 4f017f3..d43028c 100644 --- a/src/primitive/variantmap.rs +++ b/src/primitive/variantmap.rs @@ -11,8 +11,6 @@ use crate::Serialize; use crate::primitive::Variant; use crate::util; -extern crate bytes; - /// VariantMaps are represented as a HashMap with String as key and Variant as value /// /// They are serialized as the amount of keys as an i32 then for each entry a String and a Variant. |
