]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank
[rust.git] / compiler / rustc_trait_selection / src / traits / error_reporting / mod.rs
index 6996ddd8729948b00635b11c8eb9c29e3071a0f5..1d39cf60e2616c61afeee225c167c1f6ebe0ecb6 100644 (file)
@@ -1407,7 +1407,6 @@ fn report_selection_error(
 
         self.note_obligation_cause(&mut err, &obligation);
         self.point_at_returns_when_relevant(&mut err, &obligation);
-
         err.emit();
     }
 }