Skip to content

Commit

Permalink
Correctly indent get_predicates function
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Oct 30, 2019
1 parent 03a50ae commit 308c4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_metadata/decoder.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 308c4a6

Please sign in to comment.