fix build

This commit is contained in:
nora 2022-04-04 20:13:15 +02:00
parent 810229439a
commit 602f5f83f6

View file

@ -32,7 +32,8 @@
//! for more details. //! for more details.
//! ``` //! ```
//! use std::collections::HashMap; //! use std::collections::HashMap;
//! use ptr_stuff::{StuffedPtr, StuffingStrategy}; //!
//! use stuff::{StuffedPtr, StuffingStrategy};
//! //!
//! // Create a unit struct for our strategy //! // Create a unit struct for our strategy
//! struct NanBoxStrategy; //! struct NanBoxStrategy;