We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fcf4ed + cbf6e18 commit d741116Copy full SHA for d741116
mdbook-spec/src/std_links.rs
@@ -12,7 +12,7 @@ use tempfile::TempDir;
12
/// the standard library using rustdoc's intra-doc notation.
13
const STD_LINK: &str = r"(?: [a-z]+@ )?
14
(?: std|core|alloc|proc_macro|test )
15
- (?: ::[A-Za-z0-9_!:<>{}()\[\]]+ )?";
+ (?: ::[A-Za-z0-9_!,:<>{}()\[\]]+ )?";
16
17
/// The Regex for a markdown link that might be a link to the standard library.
18
static STD_LINK_RE: Lazy<Regex> = Lazy::new(|| {
0 commit comments