Skip to content

Commit 688324e

Browse files
committed
pacify the mercilous tidy
1 parent 42d0b36 commit 688324e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_resolve/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,8 @@ impl<'a> Resolver<'a> {
33193319
let mut second_binding = None;
33203320

33213321
debug!(
3322-
"resolve_path(path={:?}, opt_ns={:?}, record_used={:?}, path_span={:?}, crate_lint={:?})",
3322+
"resolve_path(path={:?}, opt_ns={:?}, record_used={:?}, \
3323+
path_span={:?}, crate_lint={:?})",
33233324
path,
33243325
opt_ns,
33253326
record_used,

0 commit comments

Comments
 (0)