Skip to content

Commit 34c70a4

Browse files
committed
remove numbers
1 parent 0d2f664 commit 34c70a4

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
@@ -21,7 +21,7 @@ static BACKTRACE: Lazy<Option<String>> = Lazy::new(|| {
2121
# Motivation
2222
[motivation]: #motivation
2323

24-
Working with lazy initialized values is ubiquitous, [`lazy_static`] and [`lazycell`] crates have more than 20 million downloads combined.
24+
Working with lazy initialized values is ubiquitous, [`lazy_static`] and [`lazycell`] crates are used throughout the ecosystem.
2525
Although some of the popularity of `lazy_static` can be attributed to current limitations of constant evaluation in Rust, there are many cases when even perfect `const fn` can't replace lazy values.
2626

2727
At the same time, working with lazy values in Rust is not easy:

0 commit comments

Comments
 (0)