Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly enable indexmap's "std" feature
The indexmap crate uses the autocfg crate to do target detection to determine whether `std` is available. Arrow isn't targeting `no_std` environments, so the target detection isn't necessary. This might save some build time. indexmap-rs/indexmap#145
- Loading branch information