Skip to content

Commit f72ef31

Browse files
committed
rustc: Long lines
1 parent 2904095 commit f72ef31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/middle/typeck/coherence.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,8 @@ impl CoherenceChecker {
945945
let self_type = self.get_self_type_for_implementation(*impl_info);
946946
match ty::get(self_type.ty).sty {
947947
ty::ty_class(type_def_id, _) => {
948-
tcx.destructor_for_type.insert(type_def_id, method_def_id);
948+
tcx.destructor_for_type.insert(type_def_id,
949+
method_def_id);
949950
tcx.destructors.insert(method_def_id, ());
950951
}
951952
_ => {

0 commit comments

Comments
 (0)