mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
fix import paths
This commit is contained in:
parent
52e9951ba4
commit
85fff5f090
2 changed files with 5 additions and 2 deletions
|
|
@ -29,6 +29,7 @@
|
|||
//! for more details.
|
||||
//! ```
|
||||
//! use std::collections::HashMap;
|
||||
//! # use std::convert::{TryFrom, TryInto};
|
||||
//!
|
||||
//! use stuff::{StuffedPtr, StuffingStrategy};
|
||||
//!
|
||||
|
|
@ -90,6 +91,7 @@ mod backend;
|
|||
mod strategy;
|
||||
|
||||
use core::{
|
||||
convert::TryFrom,
|
||||
fmt::{Debug, Formatter},
|
||||
hash::{Hash, Hasher},
|
||||
marker::PhantomData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue