Skip to content

Commit b028387

Browse files
author
Ariel Ben-Yehuda
committed
more review comments
1 parent 832dd2e commit b028387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/runtime/dump.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl BacktraceSymbol {
116116
pub struct BacktraceFrame {
117117
ip: Address,
118118
symbol_address: Address,
119-
symbols: Vec<BacktraceSymbol>,
119+
symbols: Box<[BacktraceSymbol]>,
120120
}
121121

122122
impl BacktraceFrame {

0 commit comments

Comments
 (0)