Fix rustup fallout
This commit is contained in:
parent
5f492490a3
commit
5554641fce
@ -137,17 +137,17 @@ declare_clippy_lint! {
|
|||||||
/// **Example:**
|
/// **Example:**
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// // Good (as inner attribute)
|
/// // Good (as inner attribute)
|
||||||
/// #![inline(always)]
|
/// #![allow(dead_code)]
|
||||||
///
|
///
|
||||||
/// fn this_is_fine() { }
|
/// fn this_is_fine() { }
|
||||||
///
|
///
|
||||||
/// // Bad
|
/// // Bad
|
||||||
/// #[inline(always)]
|
/// #[allow(dead_code)]
|
||||||
///
|
///
|
||||||
/// fn not_quite_good_code() { }
|
/// fn not_quite_good_code() { }
|
||||||
///
|
///
|
||||||
/// // Good (as outer attribute)
|
/// // Good (as outer attribute)
|
||||||
/// #[inline(always)]
|
/// #[allow(dead_code)]
|
||||||
/// fn this_is_fine_too() { }
|
/// fn this_is_fine_too() { }
|
||||||
/// ```
|
/// ```
|
||||||
pub EMPTY_LINE_AFTER_OUTER_ATTR,
|
pub EMPTY_LINE_AFTER_OUTER_ATTR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user