fix: unused-crate-dependencies

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-07-23 19:11:42 +04:00 committed by Benoît Cortier
parent 77b06d62bd
commit 51ccf555e6
5 changed files with 6 additions and 2 deletions

View file

@ -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.