1
Fork 0

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 /// Forcibly captures a disabled backtrace, regardless of environment
/// variable configuration. /// variable configuration.
pub fn disabled() -> Backtrace { pub fn disabled() -> Backtrace {
Backtrace { inner: Inner::Disabled }; Backtrace { inner: Inner::Disabled }
} }
// Capture a backtrace which start just before the function addressed by // Capture a backtrace which start just before the function addressed by