Some more fragment fixes

This commit is contained in:
Lukas Wirth 2021-07-20 17:03:39 +02:00
parent e8f1abf5f7
commit cb7b4a5d5b
5 changed files with 115 additions and 148 deletions

View file

@ -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]) =