Fix 'elided lifetime' warning from nightly

Nightly 1.90. The fix passes on stable 1.88.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-07-20 11:06:18 +02:00
commit 02a70edf99
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
4 changed files with 14 additions and 11 deletions

View file

@ -2,6 +2,8 @@ Version NEXT:
* Changes
* Almost make the whole crate `no_std`, only `std::io` is still remaining.
* Update rxml dependency to 0.13.
* Fixes
* Remove warnings for elided lifetimes (rustc 1.90)
Version 0.16, released 2024-07-23:
* Breaking