mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
example: explicitly allow print_stdout
But not in the rest of the code base. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
ae78520681
commit
22779a7a21
@@ -15,6 +15,7 @@
|
||||
//! ```
|
||||
|
||||
#![allow(unused_crate_dependencies)] // false positives because there is both a library and a binary
|
||||
#![allow(clippy::print_stdout)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
//! Example of utilizing `ironrdp-server` crate.
|
||||
|
||||
#![allow(unused_crate_dependencies)] // false positives because there is both a library and a binary
|
||||
#![allow(clippy::print_stdout)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
Reference in New Issue
Block a user