mirror of
https://github.com/openharmony/third_party_rust_rust-std-candidates.git
synced 2026-06-30 20:47:55 -04:00
Rust 1.8 has been stable for a while now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user