aboutsummaryrefslogtreecommitdiff
path: root/src/primitive
diff options
context:
space:
mode:
Diffstat (limited to 'src/primitive')
-rw-r--r--src/primitive/variant.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitive/variant.rs b/src/primitive/variant.rs
index d39e0bf..903f77c 100644
--- a/src/primitive/variant.rs
+++ b/src/primitive/variant.rs
@@ -88,7 +88,7 @@ impl From<&str> for Variant {
}
/// Implements the Network trait genericly for everything that
-/// can be a VariantList / Vec<T>
+/// can be a [VariantList]
impl<T, S> crate::message::NetworkList for HashMap<T, S>
where
T: std::convert::TryFrom<Variant> + Into<Variant> + Clone + std::hash::Hash + std::cmp::Eq,