We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5722f5 commit 4490abfCopy full SHA for 4490abf
mdbook-spec/src/main.rs
@@ -25,7 +25,7 @@ static ADMONITION_RE: Lazy<Regex> = Lazy::new(|| {
25
/// the standard library using rustdoc's intra-doc notation.
26
const STD_LINK: &str = r"(?: [a-z]+@ )?
27
(?: std|core|alloc|proc_macro|test )
28
- (?: ::[A-Za-z_!:<>{}()\[\]]+ )?";
+ (?: ::[A-Za-z0-9_!:<>{}()\[\]]+ )?";
29
30
/// The Regex for a markdown link that might be a link to the standard library.
31
static STD_LINK_RE: Lazy<Regex> = Lazy::new(|| {
0 commit comments