mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-13 15:37:55 +00:00
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.
This commit is contained in:
parent
f62aafa79f
commit
6f2359c36d
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#![deny(unused_must_use)]
|
#![deny(unused_must_use)]
|
||||||
#![cfg_attr(feature = "map_first_last", feature(map_first_last))]
|
|
||||||
|
|
||||||
pub mod backend;
|
pub mod backend;
|
||||||
pub mod commit;
|
pub mod commit;
|
||||||
|
|
Loading…
Reference in a new issue