From 2c57f848ea54ce2095badaaf480140f08985fa0a Mon Sep 17 00:00:00 2001 From: John Date: Sat, 27 Apr 2024 20:19:46 -0500 Subject: [PATCH] cl-structures: Fix doctest in deprecated_intern_pool --- compiler/cl-structures/src/deprecated_intern_pool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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