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:
parent
bdae845b14
commit
02a70edf99
4 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue