Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Remove #![feature(attr_literals)]
Browse files Browse the repository at this point in the history
This feature has been stable since Rust 1.30.0.
  • Loading branch information
yvt committed Nov 8, 2018
1 parent 0a7bc9b commit 8f25e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EngineCore/src/ysr2/src/localizer/kemar_data/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
//! MIT Media Lab Machine Listening Group
//! May 18, 1994
//! ```
#![feature(attr_literals)]
use std::fmt;

/// A set of response data at a specific elevation.
Expand Down

0 comments on commit 8f25e20

Please sign in to comment.