Releases: dtolnay/linkme
Releases · dtolnay/linkme
0.3.31
- Prevent
ref_option_ref
pedantic clippy lint from triggering inside generated code (#103)
- Implement Debug for DistributedSlice (#105)
0.3.30
- Support Rust 2024 edition (#102)
0.3.28
- Documentation improvements
0.3.26
- Resolve unexpected_cfgs warning (#87)
0.3.25
- Improve error messages precipitated by slice typechecking (#84, thanks @CAD97)
0.3.24
- Fix soundness bug in which coercion can bypass distributed slice typecheck (#83, thanks @CAD97)
0.3.23
- Fix unused_imports warnings when compiled by rustc 1.78