Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise toolchain version for preserve_order to rust 1.46
Our indexmap dependency needs at least this version. error[E0658]: use of unstable library feature 'vec_drain_as_slice': recently added --> github.com-1ecc6299db9ec823/indexmap-1.8.0/src/map.rs:1182:30 | 1182 | let iter = self.iter.as_slice().iter().map(Bucket::refs); | ^^^^^^^^ error[E0658]: use of unstable library feature 'vec_drain_as_slice': recently added --> github.com-1ecc6299db9ec823/indexmap-1.8.0/src/set.rs:842:30 | 842 | let iter = self.iter.as_slice().iter().map(Bucket::key_ref); | ^^^^^^^^
- Loading branch information