make it compile
This commit is contained in:
parent
76e6d6fe11
commit
583dd2c3ee
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ impl fmt::Debug for BacktraceSymbol {
|
|||
}
|
||||
|
||||
if let Some(line) = self.lineno.as_ref() {
|
||||
dbg.field("line", &self.lineno);
|
||||
dbg.field("line", line);
|
||||
}
|
||||
|
||||
dbg.finish()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue