1.55 imples 1.40

This commit is contained in:
Lokathor
2021-09-11 19:05:15 -06:00
parent fbe6de19cb
commit 4eff8fc1f8
+1 -1
View File
@@ -33,7 +33,7 @@ rustc_1_40 = []
# features that require rustc 1.55
# use const generics to implement Array for all array lengths
rustc_1_55 = []
rustc_1_55 = ["rustc_1_40"]
# allow use of nightly feature `slice_partition_dedup`,
# will become useless once that is stabilized: