diff --git a/compiler/cl-structures/src/deprecated_intern_pool.rs b/compiler/cl-structures/src/deprecated_intern_pool.rs index 4da0652..1f7a417 100644 --- a/compiler/cl-structures/src/deprecated_intern_pool.rs +++ b/compiler/cl-structures/src/deprecated_intern_pool.rs @@ -3,7 +3,7 @@ //! # Examples //! //! ```rust -//! # use cl_structures::intern_pool::*; +//! # use cl_structures::deprecated_intern_pool::*; //! // first, create a new InternKey type (this ensures type safety) //! make_intern_key!{ //! NumbersKey