cl-structures: Fix doctest in deprecated_intern_pool

This commit is contained in:
John 2024-04-27 20:19:46 -05:00
parent 81cf05cc69
commit 2c57f848ea

View File

@ -3,7 +3,7 @@
//! # Examples //! # Examples
//! //!
//! ```rust //! ```rust
//! # use cl_structures::intern_pool::*; //! # use cl_structures::deprecated_intern_pool::*;
//! // first, create a new InternKey type (this ensures type safety) //! // first, create a new InternKey type (this ensures type safety)
//! make_intern_key!{ //! make_intern_key!{
//! NumbersKey //! NumbersKey