You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/maintaining-std.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ struct OptionCell<T> {
204
204
}
205
205
```
206
206
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>`.
0 commit comments