mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
fix crate name in readme
This commit is contained in:
parent
5cf6295130
commit
bdc989bbb9
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ See [crafting interpreters](https://craftinginterpreters.com/optimization.html#n
|
||||||
for more details.
|
for more details.
|
||||||
```rust
|
```rust
|
||||||
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue