From 011fc9b0ac6b205f87f1deeb5cd4ddd307d8adb8 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Thu, 6 Feb 2020 18:02:21 -0800 Subject: [PATCH] Remove backtrace header text --- src/print.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/print.rs b/src/print.rs index ce26f962e..bee6717af 100644 --- a/src/print.rs +++ b/src/print.rs @@ -57,7 +57,6 @@ impl<'a, 'b> BacktraceFmt<'a, 'b> { /// sumbolicated later, and otherwise this should just be the first method /// you call after creating a `BacktraceFmt`. pub fn add_context(&mut self) -> fmt::Result { - self.fmt.write_str("stack backtrace:\n")?; #[cfg(target_os = "fuchsia")] fuchsia::print_dso_context(self.fmt)?; Ok(())