mirror of https://github.com/zkat/miette.git
- Use core::error::Error directly (MSRV 1.82 supports it) - Remove build.rs (track_caller is always available with MSRV 1.82) - Simplify feature detection in handler.rs syscall module - Add clippy lints to catch std/core/alloc misuse - Remove custom StdError trait, re-export core::error::Error - Add __alloc module for derive macro compatibility - Clean up verbose comments - Remove extern crate alloc from tests (not needed with std) - Fix derive macros to use miette::__alloc paths |
||
|---|---|---|
| .. | ||
| debug.rs | ||
| graphical.rs | ||
| json.rs | ||
| mod.rs | ||
| narratable.rs | ||
| theme.rs | ||