diff --git a/src/lib.rs b/src/lib.rs index 359b85c..5b3d26f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 for more info. extern crate heapsize; extern crate num_traits;