aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-10-05 14:15:15 +0200
committeracdenisSK <[email protected]>2017-10-05 14:15:15 +0200
commit540e4965c3230002206d7dd99fccbfd7a2ed9257 (patch)
tree82e73671469ffcc14d5307673f62405639d67622 /src
parentUse an as_ref hack (diff)
downloadserenity-540e4965c3230002206d7dd99fccbfd7a2ed9257.tar.xz
serenity-540e4965c3230002206d7dd99fccbfd7a2ed9257.zip
Add an and
Diffstat (limited to 'src')
-rw-r--r--src/model/mod.rs2
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