Skip to content

Commit a6e2ef8

Browse files
alexhancockDaleSeo
andauthored
Update conformance/src/bin/client.rs
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
1 parent 5ab3b2d commit a6e2ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conformance/src/bin/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ async fn main() -> anyhow::Result<()> {
903903
tracing_subscriber::registry()
904904
.with(
905905
tracing_subscriber::EnvFilter::try_from_default_env()
906-
.unwrap_or_else(|_| "info".to_string().into()),
906+
.unwrap_or_else(|_| "info".into())
907907
)
908908
.with(tracing_subscriber::fmt::layer())
909909
.init();

0 commit comments

Comments
 (0)