diff options
Diffstat (limited to 'src/util/buffer.rs')
| -rw-r--r-- | src/util/buffer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/buffer.rs b/src/util/buffer.rs index daee86f9..766b2084 100644 --- a/src/util/buffer.rs +++ b/src/util/buffer.rs @@ -2,7 +2,7 @@ use std::fmt::{self, Debug, Formatter}; use std::ops::Deref; use std::sync::Arc; -use super::Prehashed; +use comemo::Prehashed; /// A shared buffer that is cheap to clone and hash. #[derive(Clone, Hash, Eq, PartialEq)] |
