mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
fix: unused-crate-dependencies
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
77b06d62bd
commit
51ccf555e6
5 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(unused_crate_dependencies)] // false positives because there is both a library and a binary
|
||||
|
||||
//! Integration Tests (IT)
|
||||
//!
|
||||
//! Integration tests are all contained in this single crate, and organized in modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue