Skip to content

Commit

Permalink
Rustfmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 26, 2018
1 parent 1979144 commit 2d96ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/implicit_return.rs
Expand Up @@ -12,7 +12,7 @@ use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
use crate::rustc::{declare_tool_lint, lint_array};
use crate::rustc_errors::Applicability;
use crate::syntax::{ast::NodeId, source_map::Span};
use crate::utils::{snippet_opt, span_lint_and_then, in_macro};
use crate::utils::{in_macro, snippet_opt, span_lint_and_then};

/// **What it does:** Checks for missing return statements at the end of a block.
///
Expand Down

0 comments on commit 2d96ef1

Please sign in to comment.