Skip to content

Commit e919a6f

Browse files
Remove nightly features
1 parent 076b3e1 commit e919a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ fn main() {
413413
match main_result() {
414414
Ok(code) => process::exit(code),
415415
Err(err) => {
416-
eprintln!("collector error: {:#}\n{}", err, err.backtrace());
416+
eprintln!("collector error: {:?}", err);
417417
process::exit(1);
418418
}
419419
}

0 commit comments

Comments
 (0)