mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
More commenting out
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#![recursion_limit = "300"]
|
||||
#![deny(clippy::undocumented_unsafe_blocks)]
|
||||
#![allow(unused)]
|
||||
|
||||
mod auth;
|
||||
pub mod basebackup;
|
||||
|
||||
@@ -3937,7 +3937,7 @@ pub(crate) mod harness {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(any())]
|
||||
#[allow(unused)]
|
||||
mod tests {
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
@@ -1290,6 +1290,7 @@ mod test {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(any())]
|
||||
#[tokio::test]
|
||||
async fn image_layer_iterator() {
|
||||
let harness = TenantHarness::create("image_layer_iterator").unwrap();
|
||||
|
||||
Reference in New Issue
Block a user