mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Remove unused warning for println_stderr macro.
This commit is contained in:
parent
1d12b755a7
commit
bdc49a558f
@ -71,6 +71,7 @@ extern crate owning_ref;
|
||||
extern crate chan;
|
||||
|
||||
|
||||
#[allow(unused)]
|
||||
macro_rules! println_stderr(
|
||||
($($arg:tt)*) => { {
|
||||
use ::std::io::Write;
|
||||
|
Loading…
Reference in New Issue
Block a user