1
0
Fork 0
forked from wry/wry

autocommit 2022-02-02 20:01:25 CET

This commit is contained in:
Julian Orth 2022-02-02 20:01:25 +01:00
parent 65a7a55b82
commit 89b8396932
12 changed files with 279 additions and 57 deletions

View file

@ -1,9 +1,7 @@
#![feature(
generic_associated_types,
type_alias_impl_trait,
never_type,
c_variadic,
thread_local
thread_local,
label_break_value,
)]
#![allow(
clippy::len_zero,