Improve docs

This commit is contained in:
mcarton
2016-07-16 00:25:44 +02:00
parent 26fdd3f2b7
commit caa76e119b
55 changed files with 664 additions and 235 deletions

View File

@@ -16,7 +16,7 @@ use utils::{self, higher};
///
/// **Example:**
///
/// ```
/// ```rust
/// let x = [1,2,3,4];
/// ...
/// x[9];
@@ -38,7 +38,7 @@ declare_lint! {
///
/// **Example:**
///
/// ```
/// ```rust
/// ...
/// x[2];
/// &x[0..2];