zbelial / lspce

LSP Client for Emacs implemented as a module using rust.
GNU General Public License v3.0
154 stars 11 forks source link

fixed cargo clippy warnings and format #36

Closed mopemope closed 4 months ago

mopemope commented 4 months ago

I ran cargo fmt because the formatting was off. I also fixed some warnings that cargo clippy was showing.

zbelial commented 4 months ago

Merged. Thanks!