Update to 7/6 rustc.

This commit is contained in:
Josh Matthews 2020-07-06 08:42:03 -04:00
parent 745eb88e32
commit 6843d51a26
3 changed files with 7 additions and 8 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
#![deny(unsafe_code)]
#![feature(track_caller)]
#[macro_use]
extern crate log;