about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstd/backtrace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/backtrace.rs b/src/libstd/backtrace.rs
index 28acec79de0..b22d8164b36 100644
--- a/src/libstd/backtrace.rs
+++ b/src/libstd/backtrace.rs
@@ -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