Skip to content

Commit 190b2f9

Browse files
authored
Remove backtrace header and bump version (#286)
* Remove backtrace header and bump version * re-trigger CI
1 parent 364a705 commit 190b2f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace"
3-
version = "0.3.43"
3+
version = "0.3.44"
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/print.rs

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ impl<'a, 'b> BacktraceFmt<'a, 'b> {
5757
/// sumbolicated later, and otherwise this should just be the first method
5858
/// you call after creating a `BacktraceFmt`.
5959
pub fn add_context(&mut self) -> fmt::Result {
60-
self.fmt.write_str("stack backtrace:\n")?;
6160
#[cfg(target_os = "fuchsia")]
6261
fuchsia::print_dso_context(self.fmt)?;
6362
Ok(())

0 commit comments

Comments
 (0)