rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.8k stars 261 forks source link

Fix link for `[T]` #239

Closed JohnTitor closed 3 years ago

tesuji commented 3 years ago

It is now displayed as slice: T.

JohnTitor commented 3 years ago

Oh, good point! This should render it correctly now.

JohnTitor commented 3 years ago

Thanks @lzutao for reviewing! @rust-lang/lang-docs Could someone also review this and #240? Thanks!