summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner/src/sys.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-runner/src/sys.rs')
-rw-r--r--test/test-runner/src/sys.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-runner/src/sys.rs b/test/test-runner/src/sys.rs
index 7363e38e72..ecc767d398 100644
--- a/test/test-runner/src/sys.rs
+++ b/test/test-runner/src/sys.rs
@@ -379,6 +379,7 @@ pub async fn set_daemon_log_level(verbosity_level: Verbosity) -> Result<(), test
}
#[cfg(target_os = "macos")]
+#[allow(clippy::unused_async)]
pub async fn set_daemon_log_level(_verbosity_level: Verbosity) -> Result<(), test_rpc::Error> {
// TODO: Not implemented
log::warn!("Setting log level is not implemented on macOS");