fix German keyboard fail

This commit is contained in:
Andre Bogus 2017-02-21 17:28:17 +01:00
parent 2f7babba82
commit 3c04109fcc

View file

@ -172,7 +172,7 @@ declare_lint! {
/// **Example:**
///
/// ```rust
/// ß as *const u32
/// 0 as *const u32
/// ```
declare_lint! {
pub ZERO_PTR,