diff options
| -rw-r--r-- | src/model/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Item=IdType>`, or `IntoIterator<Item=&IdType>` + // This is a hack so that functions can accept `IntoIterator<Item=IdType>`, and or `IntoIterator<Item=&IdType>` impl AsRef<$name> for $name { fn as_ref(&self) -> &Self { self |