mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +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
|
@ -1,6 +1,6 @@
|
|||
//! This file is a port of only the necessary features from https://github.com/chris-morgan/anymap version 1.0.0-beta.2 for use within rust-analyzer.
|
||||
//! This file is a port of only the necessary features from <https://github.com/chris-morgan/anymap> version 1.0.0-beta.2 for use within rust-analyzer.
|
||||
//! Copyright © 2014–2022 Chris Morgan.
|
||||
//! COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING
|
||||
//! COPYING: <https://github.com/chris-morgan/anymap/blob/master/COPYING>
|
||||
//! Note that the license is changed from Blue Oak Model 1.0.0 or MIT or Apache-2.0 to MIT OR Apache-2.0
|
||||
//!
|
||||
//! This implementation provides a safe and convenient store for one value of each type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue