Fix one last test issue
This commit is contained in:
parent
d88750371d
commit
0d584f3ff7
1 changed files with 2 additions and 2 deletions
|
|
@ -76,12 +76,12 @@ declare_clippy_lint! {
|
|||
/// -a
|
||||
/// } else {
|
||||
/// a
|
||||
/// }
|
||||
/// };
|
||||
/// let _ = if a < 0.0 {
|
||||
/// a
|
||||
/// } else {
|
||||
/// -a
|
||||
/// }
|
||||
/// };
|
||||
/// ```
|
||||
///
|
||||
/// is better expressed as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue