Skip to content

Commit

Permalink
Make links in documentation work with commonmark
Browse files Browse the repository at this point in the history
This fixes formatting problems when the Markdown processor is switched
to pulldown-cmark (rust-lang/rust#44229).
  • Loading branch information
mbrubeck committed Oct 17, 2017
1 parent 157028d commit 914bffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 914bffb

Please sign in to comment.