We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa3310 commit 2ad6e0cCopy full SHA for 2ad6e0c
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
8
## [Unreleased]
9
10
- Force using rust edition 2021 in CI
11
+- Added lifetime ellision for `FieldWriter` where the explicit lifetimes are not necessary, which
12
+ fixes the `clippy::needless_lifetimes` warning on rustc 1.84
13
14
## [v0.35.0] - 2024-11-12
15
0 commit comments