Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning: elided lifetime has a name
--> src\writer.rs:146:73 | 146 | pub fn create_element<'a, N>(&'a mut self, name: N) -> ElementWriter<W> | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default
- Loading branch information