We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a35346 commit e58920dCopy full SHA for e58920d
1 file changed
crates/rmcp/tests/test_with_js.rs
@@ -10,7 +10,7 @@ const BIND_ADDRESS: &str = "127.0.0.1:8000";
10
11
#[tokio::test]
12
async fn test_with_js_client() -> anyhow::Result<()> {
13
- tracing_subscriber::registry()
+ let _ = tracing_subscriber::registry()
14
.with(
15
tracing_subscriber::EnvFilter::try_from_default_env()
16
.unwrap_or_else(|_| "debug".to_string().into()),
0 commit comments