ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

lib: Fix omitted lifetime in associated consts #577

Closed cgwalters closed 8 months ago

cgwalters commented 8 months ago

See the tracking issue https://github.com/rust-lang/rust/issues/115010

There's now a warning for this in newer Rust versions.