rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

Update `Step` trait implementation #1738

Closed jhpratt closed 3 years ago

jhpratt commented 3 years ago

Closes rust-lang/rust#85824

This replaces the unsafe impl Step with impl Step and unsafe impl TrustedStep. This is the only location of the Step trait in this repository.

Xanewok commented 3 years ago

LGTM, thanks!

@bors r+

bors commented 3 years ago

:pushpin: Commit 30660c72042fb2077c391087bb41d50b06b8fb00 has been approved by Xanewok

bors commented 3 years ago

:hourglass: Testing commit 30660c72042fb2077c391087bb41d50b06b8fb00 with merge 12a5fd274c2140cfe66c15873b6410c07286b781...

jhpratt commented 3 years ago

Build failure looks completely unrelated.

Xanewok commented 3 years ago

Ah right, I forgot about the Rustfmt bump; I'll merge this manually. Thanks again!

calebcartwright commented 3 years ago

I've got a PR on the way with the bumps @Xanewok