Skip to content

Commit 397c82b

Browse files
committed
remove trailing semi
1 parent 8561b67 commit 397c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/backtrace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl Backtrace {
294294
/// Forcibly captures a disabled backtrace, regardless of environment
295295
/// variable configuration.
296296
pub fn disabled() -> Backtrace {
297-
Backtrace { inner: Inner::Disabled };
297+
Backtrace { inner: Inner::Disabled }
298298
}
299299

300300
// Capture a backtrace which start just before the function addressed by

0 commit comments

Comments
 (0)