remove trailing semi
This commit is contained in:
parent
8561b67b6f
commit
397c82bae1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ impl Backtrace {
|
|||
/// Forcibly captures a disabled backtrace, regardless of environment
|
||||
/// variable configuration.
|
||||
pub fn disabled() -> Backtrace {
|
||||
Backtrace { inner: Inner::Disabled };
|
||||
Backtrace { inner: Inner::Disabled }
|
||||
}
|
||||
|
||||
// Capture a backtrace which start just before the function addressed by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue