mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Some more fragment fixes
This commit is contained in:
parent
e8f1abf5f7
commit
cb7b4a5d5b
5 changed files with 115 additions and 148 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Helper tools for intra doc links.
|
||||
|
||||
const TYPES: ([&str; 9], [&str; 0]) =
|
||||
(["type", "struct", "enum", "mod", "trait", "union", "module", "prim", "primitive"], []);
|
||||
const VALUES: ([&str; 8], [&str; 1]) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue