Rust 1.8 has been stable for a while now

This commit is contained in:
Simon Sapin
2018-08-22 14:20:25 +02:00
parent 6d38000839
commit 1a6effd619
+1 -7
View File
@@ -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