From 1a6effd619e50519265b44918a9de44e684268ba Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 22 Aug 2018 14:20:25 +0200 Subject: [PATCH] Rust 1.8 has been stable for a while now --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7544b38..85b2950 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,6 @@ RUST_CHANNEL ?= nightly -CRATES = matches show text_writer triable return_if_ok - -# FIXME: Make this unconditional when 1.8 hits the stable channel. -# ref_filter_map uses Ref::map which is stable since 1.8 -ifneq "$(RUST_CHANNEL)" "stable" - CRATES += ref_filter_map -endif +CRATES = matches show text_writer triable return_if_ok ref_filter_map ifeq "$(RUST_CHANNEL)" "nightly" CRATES += zip_longest