jj/lib
Martin von Zweigbergk 6f2359c36d lib: remove ineffective enabling of map_first_last
If I'm reading this attribute correctly, it says that if the
`map_first_last` feature is enabled, then we should enable the
`map_first_last` feature, which seems like it would not have any
effect. We started getting warnings from the nightly compiler about
this line because it tries to enable a feature that's stable in that
version.
2022-11-05 06:07:27 -07:00
..
src lib: remove ineffective enabling of map_first_last 2022-11-05 06:07:27 -07:00
tests
build.rs
Cargo.toml tesutils: replace lazy_static with std::sync::Once 2022-11-01 12:23:07 -07:00