Skip to content

Commit 189fef1

Browse files
committed
rustfmt, even if I disagree
1 parent 715e5d8 commit 189fef1

File tree

1 file changed

+2
-2
lines changed
  • src/cargo/core/compiler/context

1 file changed

+2
-2
lines changed

src/cargo/core/compiler/context/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ impl<'a, 'cfg> Context<'a, 'cfg> {
167167

168168
for unit in units.iter() {
169169
for output in self.outputs(unit)?.iter() {
170-
if output.flavor == FileFlavor::DebugInfo ||
171-
output.flavor == FileFlavor::Auxiliary {
170+
if output.flavor == FileFlavor::DebugInfo || output.flavor == FileFlavor::Auxiliary
171+
{
172172
continue;
173173
}
174174

0 commit comments

Comments
 (0)