Skip to content

Commit

Permalink
Display location information
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Sep 18, 2023
1 parent 985504c commit f67c4be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,10 @@ fn install_color_eyre() -> Result<()> {
// Don't display the backtrace reminder by default:
// Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
// Run with RUST_BACKTRACE=full to include source snippets.
// Backtraces can be enabled with the `--backtrace` switch or the `RUST_BACKTRACE`
// environment variable (documented in the `--help` output).
.display_env_section(false)
// Don't display location information by default:
// Display location information by default:
// Location:
// src/steps.rs:92
// Location information is displayed in the backtrace, but usually isn't needed anyways.
.display_location_section(false)
.display_location_section(true)
.install()
}

0 comments on commit f67c4be

Please sign in to comment.