Skip to content

Commit

Permalink
more review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Ben-Yehuda committed Dec 4, 2024
1 parent a41f1d5 commit de26d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl BacktraceSymbol {
pub struct BacktraceFrame {
ip: Address,
symbol_address: Address,
symbols: Vec<BacktraceSymbol>,
symbols: Box<[BacktraceSymbol]>,
}

impl BacktraceFrame {
Expand Down

0 comments on commit de26d9b

Please sign in to comment.