mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +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;
|
extern crate chan;
|
||||||
|
|
||||||
|
|
||||||
|
#[allow(unused)]
|
||||||
macro_rules! println_stderr(
|
macro_rules! println_stderr(
|
||||||
($($arg:tt)*) => { {
|
($($arg:tt)*) => { {
|
||||||
use ::std::io::Write;
|
use ::std::io::Write;
|
||||||
|
Loading…
Reference in New Issue
Block a user