rust-lang / chalk

An implementation and definition of the Rust trait system using a PROLOG-like logic solver
https://rust-lang.github.io/chalk/book/
Other
1.81k stars 180 forks source link

Regenerate lockfile to fix tests in nightly #730

Closed henrikhorluck closed 2 years ago

henrikhorluck commented 2 years ago

More specifically: Nightly has introduced https://doc.rust-lang.org/nightly/std/iter/trait.Iterator.html#method.intersperse which conflicted with https://docs.rs/itertools/0.10.1/itertools/trait.Itertools.html#method.intersperse

matthewjasper commented 2 years ago

@bors r+

bors commented 2 years ago

:pushpin: Commit 94db8c59f4b45cf02be737b64edee23c252c72b6 has been approved by matthewjasper

bors commented 2 years ago

:hourglass: Testing commit 94db8c59f4b45cf02be737b64edee23c252c72b6 with merge 03a20f17167f5a2b4ccb1379b5bc224a87ff3fa9...

bors commented 2 years ago

:sunny: Test successful - checks-actions Approved by: matthewjasper Pushing 03a20f17167f5a2b4ccb1379b5bc224a87ff3fa9 to master...