Replace Fn impls with RPIT impls in rustc_index

This is cleaner and removes an unstable feature usage
This commit is contained in:
bjorn3 2021-10-02 19:47:04 +02:00
parent e98f28907e
commit 9f4cb862ca
5 changed files with 23 additions and 50 deletions

View file

@ -4,7 +4,6 @@
#![feature(iter_zip)]
#![feature(min_specialization)]
#![feature(test)]
#![feature(fn_traits)]
pub mod bit_set;
pub mod vec;