Print out the proper crate path

This commit is contained in:
mejrs 2022-09-18 02:59:32 +02:00
parent 3699c2497b
commit 14e9893023
4 changed files with 6 additions and 10 deletions

View file

@ -20,7 +20,6 @@
#![cfg_attr(bootstrap, feature(label_break_value))]
#![feature(let_chains)]
#![cfg_attr(bootstrap, feature(let_else))]
#![feature(let_else)]
#![feature(if_let_guard)]
#![feature(min_specialization)]
#![feature(never_type)]