fix markdown generated from code
This commit is contained in:
parent
6f5c747324
commit
0a3ab78bde
@ -31,7 +31,7 @@ pub struct EscapePass;
|
||||
/// }
|
||||
/// ```
|
||||
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 {
|
||||
|
@ -40,7 +40,7 @@ declare_lint! {
|
||||
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)"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user