miette/src
Brooks J Rady ffe374c1a1 fix(fancy): `fancy` no longer depends on `derive`
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!
2025-04-26 16:18:20 +01:00
..
eyreish style(clippy): quickly fix up clippy lints 2025-04-26 15:25:47 +01:00
handlers feat(labels): add support for disabling the primary label line/col information (#419) 2025-03-01 17:56:47 -08:00
highlighters style(clippy): quickly fix up clippy lints 2025-04-26 15:25:47 +01:00
chain.rs fix(perf): mark error constructors cold (#378) 2024-06-26 09:33:42 -07:00
diagnostic_chain.rs fix(clippy): elide lifetimes (#423) 2025-03-01 17:52:07 -08:00
diagnostic_impls.rs feat(Diagnostic): Implement `Diagnostic` for `Infallible` (#402) 2024-09-25 10:30:33 -07:00
error.rs refactor(miette): remove `thiserror` from `error.rs` 2025-04-26 15:56:36 +01:00
handler.rs style(clippy): quickly fix up clippy lints 2025-04-26 15:25:47 +01:00
lib.rs docs: fix broken link (#415) 2024-12-08 09:33:24 -08:00
macro_helpers.rs feat(collection): add support for collection of labels (#341) 2024-02-15 18:14:04 -08:00
miette_diagnostic.rs feat(labels): Add support for primary label in specifying line/col information (#291) 2023-09-20 15:36:33 -07:00
named_source.rs feat(source): derive common traits for NamedSource, SourceSpan, and SourceOffset (#340) 2024-02-08 14:16:49 -08:00
panic.rs fix(fancy): `fancy` no longer depends on `derive` 2025-04-26 16:18:20 +01:00
protocol.rs fix(clippy): elide lifetimes (#423) 2025-03-01 17:52:07 -08:00
source_impls.rs fix(clippy): elide lifetimes (#423) 2025-03-01 17:52:07 -08:00