remove trailing semi

This commit is contained in:
Jane Lusby 2020-07-18 15:57:57 -07:00
parent 8561b67b6f
commit 397c82bae1

View File

@ -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