mirror of https://github.com/zkat/miette.git
Before this change, the `fancy` feature required the `derive` feature to compile. Despite this, `derive` was not listed as a required feature to use `fancy`. This meant that building with: `cargo build --no-default-features --features fancy` would result in a compilation error! Now `fancy` can be used without `derive` enabled, and another use of `thiserror` has been removed! |
||
|---|---|---|
| .. | ||
| eyreish | ||
| handlers | ||
| highlighters | ||
| chain.rs | ||
| diagnostic_chain.rs | ||
| diagnostic_impls.rs | ||
| error.rs | ||
| handler.rs | ||
| lib.rs | ||
| macro_helpers.rs | ||
| miette_diagnostic.rs | ||
| named_source.rs | ||
| panic.rs | ||
| protocol.rs | ||
| source_impls.rs | ||