Run rustfix
This commit is contained in:
parent
26f3feb980
commit
424a33720d
112 changed files with 182 additions and 182 deletions
|
@ -1,6 +1,6 @@
|
|||
use syntax::ast::{Expr, ExprKind, UnOp};
|
||||
use rustc::lint::*;
|
||||
use utils::{snippet, span_lint_and_sugg};
|
||||
use crate::utils::{snippet, span_lint_and_sugg};
|
||||
|
||||
/// **What it does:** Checks for usage of `*&` and `*&mut` in expressions.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue