mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Correctly indent get_predicates function
This commit is contained in:
@@ -664,7 +664,7 @@ fn get_variant(
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user