]> git.lizzy.rs Git - rust.git/commitdiff
fix markdown generated from code
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 6 May 2016 14:09:05 +0000 (16:09 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 6 May 2016 14:09:05 +0000 (16:09 +0200)
src/escape.rs
src/unicode.rs

index fa235244884a793c1bb3eab0bfa76109332013c2..ff841b18066818d288605eb48132fca525c3bf0a 100644 (file)
@@ -31,7 +31,7 @@
 /// }
 /// ```
 declare_lint! {
-    pub BOXED_LOCAL, Warn, "using Box<T> where unnecessary"
+    pub BOXED_LOCAL, Warn, "using `Box<T>` where unnecessary"
 }
 
 fn is_non_trait_box(ty: ty::Ty) -> bool {
index 26521017ee528ce0fb075222e223394d85415707..8271fd3ed661b190ab96fbf86f9930edc55c5c2d 100644 (file)
@@ -40,7 +40,7 @@
 declare_lint! {
     pub UNICODE_NOT_NFC, Allow,
     "using a unicode literal not in NFC normal form (see \
-     http://www.unicode.org/reports/tr15/ for further information)"
+     [unicode tr15](http://www.unicode.org/reports/tr15/) for further information)"
 }