1
Fork 0

Move folding and visiting traits into type library

This commit is contained in:
Alan Egerton 2023-02-10 16:14:18 +00:00
parent 9fa6bb2aa0
commit 459e142413
No known key found for this signature in database
GPG key ID: 7D4C2F6C22122532
10 changed files with 805 additions and 755 deletions

View file

@ -48,12 +48,10 @@
#![feature(associated_type_bounds)]
#![feature(rustc_attrs)]
#![feature(control_flow_enum)]
#![feature(associated_type_defaults)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![feature(try_reserve_kind)]
#![feature(nonzero_ops)]
#![feature(unwrap_infallible)]
#![feature(decl_macro)]
#![feature(drain_filter)]
#![feature(intra_doc_pointers)]