Skip to content

Commit 7861c36

Browse files
authored
Update maintaining-std.md
1 parent 4fd1f93 commit 7861c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/maintaining-std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ struct OptionCell<T> {
204204
}
205205
```
206206

207-
Types in the standard library that use the internal `Unique<T>` will don't need a `PhantomData` marker field. That's taken care of for them by `Unique<T>`.
207+
Types in the standard library that use the internal `Unique<T>` don't need a `PhantomData` marker field. That's taken care of for them by `Unique<T>`.
208208

209209
### How could `mem` break assumptions?
210210

0 commit comments

Comments
 (0)