Removed in_band_lifetimes from rustc_traits

This commit is contained in:
Anuvrat 2021-12-14 23:30:34 +05:30 committed by Aaron Hill
parent 7ca74ea0af
commit 58a888fcc1
No known key found for this signature in database
GPG key ID: B4087E510E98B164
5 changed files with 9 additions and 10 deletions

View file

@ -2,7 +2,6 @@
//! the guts are broken up into modules; see the comments in those modules.
#![feature(crate_visibility_modifier)]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![recursion_limit = "256"]