From 540e4965c3230002206d7dd99fccbfd7a2ed9257 Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Thu, 5 Oct 2017 14:15:15 +0200 Subject: Add an and --- src/model/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model') diff --git a/src/model/mod.rs b/src/model/mod.rs index 5eae177..bf3ac07 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -61,7 +61,7 @@ macro_rules! id_u64 { } } - // This is a hack so that functions can accept `IntoIterator`, or `IntoIterator` + // This is a hack so that functions can accept `IntoIterator`, and or `IntoIterator` impl AsRef<$name> for $name { fn as_ref(&self) -> &Self { self -- cgit v1.2.3