mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
remove trailing semi
This commit is contained in:
parent
8561b67b6f
commit
397c82bae1
@ -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…
Reference in New Issue
Block a user