Skip to content

Commit c1fcf73

Browse files
Update posts/2020-01-30-Rust-1.41.0.md
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
1 parent 39d5dd9 commit c1fcf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-01-30-Rust-1.41.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In Rust 1.41.0, we've made the following additions to the standard library:
173173
- [`NonZero*` numerics now implement `From<NonZero*>` if it's a smaller integer
174174
width.][pr_66277] For example, `NonZeroU16` now implements `From<NonZeroU8>`.
175175

176-
- The `weak_count` and `strong_count` methods were stabilized.
176+
- The `weak_count` and `strong_count` methods on `Weak` pointers were stabilized.
177177

178178
- [`std::rc::Weak::weak_count`]
179179
- [`std::rc::Weak::strong_count`]

0 commit comments

Comments
 (0)