mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 15:22:13 +00:00
Give closure parameter a name
This commit is contained in:
parent
27a6bacab8
commit
0326a45a91
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ fn init_panic_hook(app_version: String) {
|
|||
}),
|
||||
backtrace: format!("{:?}", backtrace)
|
||||
.split("\n")
|
||||
.map(|a| a.to_string())
|
||||
.map(|line| line.to_string())
|
||||
.collect(),
|
||||
// modified_backtrace: None,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue