rust-lang / rls

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

Remove unused clap dependency #1779

Closed notriddle closed 2 years ago

notriddle commented 2 years ago

This PR removes several dependencies from RLS, since it already indirectly depends on Clap 3 because of Cargo.

notriddle commented 2 years ago

You're right. Now that I actually look through the code, it doesn't seem to actually reference clap anywhere.

That explains why I got no compiler errors when I bumped it...