retriever
retriever copied to clipboard
Add newly required bound due to rust-lang/rust#100046
See https://github.com/rust-lang/rust/pull/100046#issuecomment-1214446815
This lifetime bound S: 'a
should've been required the whole time, but the compiler was not smart enough and had unsoundness :sweat_smile: