Merge fixes
This commit is contained in:
parent
abc56a011a
commit
3c172392cf
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
// compile-flags: --crate-type lib
|
// compile-flags: --crate-type lib
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![allow(unused, unstable, missing_copy_implementations)]
|
#![allow(unused, missing_copy_implementations)]
|
||||||
|
#![feature(core)]
|
||||||
|
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user