We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a235 commit 0b2b454Copy full SHA for 0b2b454
runtime_tracing/src/tracer.rs
@@ -4,7 +4,7 @@ use std::collections::HashMap;
4
use std::env;
5
use std::error::Error;
6
use std::fs;
7
-use std::io::{stdout, BufReader};
+use std::io::BufReader;
8
use std::path::{Path, PathBuf};
9
10
use crate::types::{
0 commit comments