miette/src/eyreish
François Garillot f346d78d21
fix: address review feedback and add feature powerset CI
- Make spin a required dependency for no_std hook support (OnceLock unavailable)
- Simplify cfg guards: not(std) instead of not(std) && spin
- Change clippy alloc/std lints from warn to deny
- Remove no_std stub for from_current_location (compile-time vs runtime error)
- Fix is_graphical cfg logic for fancy-base without fancy-no-backtrace
- Add cargo-hack feature powerset CI job to verify all 56 combinations
2026-01-14 16:31:42 -05:00
..
context.rs refactor: use #[track_caller] directly instead of conditional cfg_attr 2025-11-20 13:21:09 -05:00
error.rs refactor: use #[track_caller] directly instead of conditional cfg_attr 2025-11-20 13:21:09 -05:00
fmt.rs fix(miri): Resolve Miri's concerns around unsafe code (#197) 2022-08-25 08:30:18 -07:00
into_diagnostic.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
kind.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
macros.rs docs: Fix broken links from macro docs. (#278) 2023-07-07 17:16:53 -07:00
mod.rs fix: address review feedback and add feature powerset CI 2026-01-14 16:31:42 -05:00
ptr.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
wrapper.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00