Releases: dtolnay/no-panic
Releases · dtolnay/no-panic
0.1.35
- Preserve original parameter names where possible for IDE inlay hints (#70)
- Keep generated parameter names out of doc builds (#71)
0.1.34
- Documentation improvements
0.1.33
- Improve error on
const fn
(#68)
0.1.32
- Refer to crates by absolute path in generated code (#62)
0.1.31
- Make generated code compatible with Rust 2024 edition (#60)
0.1.30
- Resolve unexpected_cfgs warning (#58)
0.1.28
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.27
- Documentation improvements
0.1.26
- Documentation improvements