miette/miette-derive/src
François Garillot 359941fdef
fix: address review comments
- Fixed compilation errors in no-std mode (TestError Debug derive, ToString imports)
- Addressed consistency issues: Option qualification, StdError naming, Borrow impl
- Fixed feature flag logic for supports_color function with proper priority ordering
- Added conditional compilation for std-dependent features in panic.rs, handler.rs, theme.rs
- Made syntect-highlighter feature explicitly require std
- Consolidated duplicate Borrow implementations using core::borrow::Borrow
2025-11-16 08:59:54 -05:00
..
code.rs fix: address review comments 2025-11-16 08:59:54 -05:00
diagnostic.rs feat(deps): update to syn2 (#247) 2023-03-29 18:11:14 -07:00
diagnostic_arg.rs feat(derive): Add `#[diagnostic(forward(field_name), code(...))]` (#41) 2021-09-13 15:39:04 -07:00
diagnostic_source.rs fix: address review comments 2025-11-16 08:59:54 -05:00
fmt.rs feat(deps): update to syn2 (#247) 2023-03-29 18:11:14 -07:00
forward.rs fix: support no-std environments 2025-10-18 07:25:14 -04:00
help.rs fix: support no-std environments 2025-10-18 07:25:14 -04:00
label.rs fix: support no-std environments 2025-10-18 07:25:14 -04:00
lib.rs feat(diagnostic_source): add protocol method for Diagnostic-aware source chaining (#165) 2022-05-05 08:32:37 -07:00
related.rs fix: support no-std environments 2025-10-18 07:25:14 -04:00
severity.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
source_code.rs fix: support no-std environments 2025-10-18 07:25:14 -04:00
url.rs fix: support no-std environments 2025-10-18 07:25:14 -04:00
utils.rs fix(ci, clippy): raise MSRV to 1.82, fix rust 1.90 warnings (#451) 2025-09-29 09:43:02 -07:00