Skip to content

Commit

Permalink
pacify the mercilous tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 23, 2018
1 parent 42d0b36 commit 688324e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_resolve/lib.rs
Expand Up @@ -3319,7 +3319,8 @@ impl<'a> Resolver<'a> {
let mut second_binding = None;

debug!(
"resolve_path(path={:?}, opt_ns={:?}, record_used={:?}, path_span={:?}, crate_lint={:?})",
"resolve_path(path={:?}, opt_ns={:?}, record_used={:?}, \
path_span={:?}, crate_lint={:?})",
path,
opt_ns,
record_used,
Expand Down

0 comments on commit 688324e

Please sign in to comment.