Skip to content

Commit 308c4a6

Browse files
committed
Correctly indent get_predicates function
1 parent 03a50ae commit 308c4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_metadata/decoder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ impl<'a, 'tcx> CrateMetadata {
664664
tcx: TyCtxt<'tcx>,
665665
) -> ty::GenericPredicates<'tcx> {
666666
self.root.per_def.predicates.get(self, item_id).unwrap().decode((self, tcx))
667-
}
667+
}
668668

669669
crate fn get_predicates_defined_on(
670670
&self,

0 commit comments

Comments
 (0)