Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)

This commit is contained in:
bjorn3
2020-09-05 10:38:49 +02:00
parent c9b0d5119b
commit 217b3818b7
15 changed files with 121 additions and 81 deletions

View File

@@ -9,7 +9,6 @@
#![warn(rust_2018_idioms)]
#![warn(unused_lifetimes)]
extern crate flate2;
#[cfg(feature = "jit")]
extern crate libc;
#[macro_use]