Replace Fn impls with RPIT impls in rustc_index
This is cleaner and removes an unstable feature usage
This commit is contained in:
parent
e98f28907e
commit
9f4cb862ca
5 changed files with 23 additions and 50 deletions
|
@ -4,7 +4,6 @@
|
|||
#![feature(iter_zip)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(test)]
|
||||
#![feature(fn_traits)]
|
||||
|
||||
pub mod bit_set;
|
||||
pub mod vec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue