Merge commit '09ac14c901' into clippyup
This commit is contained in:
parent
aae86ccc47
commit
77c1e3aaa1
418 changed files with 4900 additions and 3588 deletions
|
|
@ -21,7 +21,7 @@ declare_clippy_lint! {
|
|||
/// then opt out for specific methods where this might not make sense.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```rust
|
||||
/// ```no_run
|
||||
/// pub fn foo() {} // missing #[inline]
|
||||
/// fn ok() {} // ok
|
||||
/// #[inline] pub fn bar() {} // ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue