Skip to content

Commit 914bffb

Browse files
committed
Make links in documentation work with commonmark
This fixes formatting problems when the Markdown processor is switched to pulldown-cmark (rust-lang/rust#44229).
1 parent 157028d commit 914bffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
//! An Au is an "App Unit" and represents 1/60th of a CSS pixel. It was
66
//! originally proposed in 2002 as a standard unit of measure in Gecko.
7-
//! See https://bugzilla.mozilla.org/show_bug.cgi?id=177805 for more info.
7+
//! See <https://bugzilla.mozilla.org/show_bug.cgi?id=177805> for more info.
88
99
extern crate heapsize;
1010
extern crate num_traits;

0 commit comments

Comments
 (0)