Skip to content

Commit 5673a7b

Browse files
committed
Auto merge of #30189 - crumblingstatue:patch-1, r=alexcrichton
Replace the old link pointing to an out-of-date gist with a link to the lazy_static crate on crates.io. We also don't need to state the author, as the crates.io page shows the authors and owners.
2 parents 4cedff7 + 87b865c commit 5673a7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/doc/complement-design-faq.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ See [the C++ FQA][fqa] about the "static initialization order fiasco", and
7676
[Eric Lippert's blog][elp] for the challenges in C#, which also has this
7777
feature.
7878

79-
A nice replacement is the [lazy constructor macro][lcm] by [Marvin
80-
Löbel][kim].
79+
A nice replacement is [lazy_static][lazy_static].
8180

8281
[fqa]: http://yosefk.com/c++fqa/ctors.html#fqa-10.12
8382
[elp]: http://ericlippert.com/2013/02/06/static-constructors-part-one/
84-
[lcm]: https://gist.github.com/Kimundi/8782487
85-
[kim]: https://github.com/Kimundi
83+
[lazy_static]: https://crates.io/crates/lazy_static
8684

8785
## The language does not require a runtime
8886

0 commit comments

Comments
 (0)