More commenting out

This commit is contained in:
Arpad Müller
2024-07-10 03:27:33 +02:00
parent c0ae2c4232
commit 92acb7cd5f
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#![recursion_limit = "300"]
#![deny(clippy::undocumented_unsafe_blocks)]
#![allow(unused)]
mod auth;
pub mod basebackup;

View File

@@ -3937,7 +3937,7 @@ pub(crate) mod harness {
}
}
#[cfg(test)]
#[cfg(any())]
#[allow(unused)]
mod tests {
use std::collections::BTreeMap;

View File

@@ -1290,6 +1290,7 @@ mod test {
}
}
#[cfg(any())]
#[tokio::test]
async fn image_layer_iterator() {
let harness = TenantHarness::create("image_layer_iterator").unwrap();