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 3318d80 commit 5a863c9Copy full SHA for 5a863c9
forc-plugins/forc-publish/src/main.rs
@@ -27,7 +27,7 @@ pub struct Opt {
27
#[tokio::main]
28
async fn main() {
29
let tracing_options = TracingSubscriberOptions::default();
30
- init_tracing_subscriber(tracing_options.clone());
+ init_tracing_subscriber(tracing_options);
31
32
if let Err(err) = run().await {
33
println!();
0 commit comments