aboutsummaryrefslogtreecommitdiff
path: root/src/ids.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ids.rs')
-rw-r--r--src/ids.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ids.rs b/src/ids.rs
index 05dac7e..611212e 100644
--- a/src/ids.rs
+++ b/src/ids.rs
@@ -15,7 +15,7 @@ where
T: Identifier,
{
fn as_id(&self) -> &T {
- &self
+ self
}
}