Skip to content

Commit

Permalink
Merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 27, 2015
1 parent abc56a0 commit 3c17239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/compile-fail/missing_debug_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

// compile-flags: --crate-type lib
#![deny(missing_debug_implementations)]
#![allow(unused, unstable, missing_copy_implementations)]
#![allow(unused, missing_copy_implementations)]
#![feature(core)]

use std::fmt;

Expand Down

0 comments on commit 3c17239

Please sign in to comment.