]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov
authorJack Huey <31162821+jackh726@users.noreply.github.com>
Tue, 2 Feb 2021 21:01:45 +0000 (16:01 -0500)
committerGitHub <noreply@github.com>
Tue, 2 Feb 2021 21:01:45 +0000 (16:01 -0500)
commit86e23cc9f1537a15612810619331953c41dec226
treec99b0f0a47d13545066e79ba06c0f971ef152eef
parentfd4f4adede9fd3bada0ca20642ff42a07c4fd6c0
parentb35d601ab7dfe5500508a78fc9fe68db49c0e563
Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov

Directly use `Option<&[T]>` instead of converting from `Option<&Vec<T>>` later on

```@rustbot``` modify labels +C-cleanup +T-compiler
compiler/rustc_resolve/src/late/lifetimes.rs