Merge pull request #417 from Amanieu/nightly_update

Fix CI on latest nightly
This commit is contained in:
Amanieu d'Antras 2021-04-30 19:21:11 +01:00 committed by GitHub
commit f4397db696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
#![allow(unused_features)]
#![cfg_attr(thumb, no_main)]
#![deny(dead_code)]
#![feature(test)]
#![feature(bench_black_box)]
#![feature(lang_items)]
#![feature(start)]
#![feature(allocator_api)]