diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 0e8b4d0b1..60e70c26a 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -13,7 +13,6 @@ // limitations under the License. #![deny(unused_must_use)] -#![cfg_attr(feature = "map_first_last", feature(map_first_last))] pub mod backend; pub mod commit;