Correctly indent get_predicates function
This commit is contained in:
parent
03a50ae9b8
commit
308c4a620d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue