Skip to content

Commit 1150dbb

Browse files
authored
remove new disambiguity
1 parent 54bba7c commit 1150dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ impl Rng for ThreadRng {
943943
/// *x = rand::random()
944944
/// }
945945
///
946-
/// // would be faster written as
946+
/// // can be made faster by caching thread_rng
947947
///
948948
/// let mut rng = rand::thread_rng();
949949
///

0 commit comments

Comments
 (0)