diff options
Diffstat (limited to 'src/ids.rs')
-rw-r--r-- | src/ids.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ where T: Identifier, { fn as_id(&self) -> &T { - &self + self } } |
![]() |
index : notion | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/ids.rs | 2 |
@@ -15,7 +15,7 @@ where T: Identifier, { fn as_id(&self) -> &T { - &self + self } } |