mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

fix rust docs #432

Open mcandre opened 1 year ago

mcandre commented 1 year ago

The bare [entity] Markdown-like syntax suggested in the Rust guide fails to render for lazy_static members.

Test locally.

mcandre commented 8 months ago

Related: once cell is supposed to replace lazy_static for more kinds of Rust constants.