1
Fork 0

replaced feature-gate use with cfg_attr

This commit is contained in:
marcusdunn 2021-05-14 18:27:44 -07:00
parent a49a6827af
commit a11c8e7ff3
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
//!
//! The crate also contains other misc AST visitors, e.g. `node_count` and `show_span`.
#![feature(bindings_after_at)]
#![cfg_attr(bootstrap, feature(bindings_after_at))]
#![feature(iter_is_partitioned)]
#![feature(box_patterns)]
#![recursion_limit = "256"]