Skip to content

Commit e58920d

Browse files
author
=
committed
fix: and clippy
1 parent 6a35346 commit e58920d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/tests/test_with_js.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const BIND_ADDRESS: &str = "127.0.0.1:8000";
1010

1111
#[tokio::test]
1212
async fn test_with_js_client() -> anyhow::Result<()> {
13-
tracing_subscriber::registry()
13+
let _ = tracing_subscriber::registry()
1414
.with(
1515
tracing_subscriber::EnvFilter::try_from_default_env()
1616
.unwrap_or_else(|_| "debug".to_string().into()),

0 commit comments

Comments
 (0)