Skip to content

Commit

Permalink
Merge pull request #55 from yaahc/helpful
Browse files Browse the repository at this point in the history
update references to renamed Help trait
  • Loading branch information
yaahc authored Jul 23, 2021
2 parents 54933ea + f7cf03c commit 18404ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! so that it can be captured on stable. The report format is identical to
//! `DefaultHandler`'s report format.
//! - [`color-eyre`]: Captures a `backtrace::Backtrace` and a
//! `tracing_error::SpanTrace`. Provides a `Help` trait for attaching warnings
//! `tracing_error::SpanTrace`. Provides a `Section` trait for attaching warnings
//! and suggestions to error reports. The end report is then pretty printed with
//! the help of [`color-backtrace`], [`color-spantrace`], and `ansi_term`. Check
//! out the README on [`color-eyre`] for details on the report format.
Expand Down

0 comments on commit 18404ad

Please sign in to comment.