mongodb / bson-rust

Encoding and decoding support for BSON in Rust
MIT License
389 stars 130 forks source link

minor: fix lifetime of RawElement::key #473

Closed abr-egn closed 1 month ago

abr-egn commented 1 month ago

Without the annotation it gets a lifetime bound to the RawElement struct, not the underlying data.

abr-egn commented 1 month ago

Clippy failures are unrelated.