Skip to content

Commit d459f2c

Browse files
committed
slightly more precise wording
1 parent 474a8bd commit d459f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-standard-lazy-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ For this reason, the implementaion would simply deadlock, with a note that a dea
255255
[drawbacks]: #drawbacks
256256

257257
* This is a moderately large addition to stdlib, there's a chance we do something wrong.
258-
This can be mitigated by piece-wise stabilization (in particular, `Lazy` convenience types are optional) and the fact that API is battle-tested via `once_cell` crate.
258+
This can be mitigated by piece-wise stabilization (in particular, `Lazy` convenience types are optional) and the fact that API is tested in the crates.io ecosystem via `once_cell` crate.
259259

260260
* The design of `Lazy` type uses default type-parameter as a work-around for the absence of type-inference of statics.
261261

0 commit comments

Comments
 (0)