aboutsummaryrefslogtreecommitdiff
path: root/src/by_ptr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/by_ptr.rs')
-rw-r--r--src/by_ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/by_ptr.rs b/src/by_ptr.rs
index b541f9e..7dc4c77 100644
--- a/src/by_ptr.rs
+++ b/src/by_ptr.rs
@@ -1,4 +1,4 @@
-use std::ops::Deref;
+use crate::compat::*;
use super::traits::*;