mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
internal: Fix rustdoc warnings
`cargo doc` generates a bunch of warnings on rust-analyzer. Fix all the bare URL and empty code block warnings.
This commit is contained in:
parent
e059feadef
commit
d68e549205
15 changed files with 33 additions and 32 deletions
|
@ -4,7 +4,7 @@
|
|||
//! Expansion, and Definition Contexts,” *Journal of Functional Programming* 22, no. 2
|
||||
//! (March 1, 2012): 181–216, <https://doi.org/10.1017/S0956796812000093>.
|
||||
//!
|
||||
//! Also see https://rustc-dev-guide.rust-lang.org/macro-expansion.html#hygiene-and-hierarchies
|
||||
//! Also see <https://rustc-dev-guide.rust-lang.org/macro-expansion.html#hygiene-and-hierarchies>
|
||||
//!
|
||||
//! # The Expansion Order Hierarchy
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue