Skip to content

Commit

Permalink
Merge #11060
Browse files Browse the repository at this point in the history
11060: minor: Bump deps r=lnicola a=lnicola



Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
  • Loading branch information
bors[bot] and lnicola committed Dec 19, 2021
2 parents 638cc3e + c9ca77f commit 0add6e9
Show file tree
Hide file tree
Showing 34 changed files with 640 additions and 647 deletions.
67 changes: 38 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hir/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl HirDisplay for TypeParam {
let bounds = f.db.generic_predicates_for_param(self.id, None);
let substs = TyBuilder::type_params_subst(f.db, self.id.parent);
let predicates: Vec<_> =
bounds.iter().cloned().map(|b| b.substitute(&Interner, &substs)).collect();
bounds.iter().cloned().map(|b| b.substitute(Interner, &substs)).collect();
let krate = self.id.parent.krate(f.db).id;
let sized_trait =
f.db.lang_item(krate, SmolStr::new_inline("sized"))
Expand Down
Loading

0 comments on commit 0add6e9

Please sign in to comment.