Correctly indent get_predicates function

This commit is contained in:
Santiago Pastorino 2019-10-30 16:22:11 -03:00
parent 03a50ae9b8
commit 308c4a620d
No known key found for this signature in database
GPG key ID: 88C941CDA1D46432

View file

@ -664,7 +664,7 @@ impl<'a, 'tcx> CrateMetadata {
tcx: TyCtxt<'tcx>,
) -> ty::GenericPredicates<'tcx> {
self.root.per_def.predicates.get(self, item_id).unwrap().decode((self, tcx))
}
}
crate fn get_predicates_defined_on(
&self,