Age | Commit message (Collapse) | Author |
|
|
|
for cargo versions that are new enough
|
|
|
|
|
|
rename the Rust LSP linter to `rls`
|
|
|
|
|
|
|
|
on disk
|
|
- Use `cargo check` instead of `cargo build` when
`g:ale_rust_cargo_use_check` is truish.
- Use `--frozen` to avoid locking the project.
|
|
|
|
|
|
|
|
|
|
and trailing whitespace, and fix existing issues.
|
|
and disable the rust linters for now, re #256"
This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec.
Conflicts:
doc/ale.txt
|
|
disable the rust linters for now, re #256
|
|
* Add rustc checker for rust files
* Add documentation for rustc
* Use a nice helper function
* Add cargo as linter
* Complete the doc for rust linters
* Put l: in front of every local variable
* Apply the requested stylistic changes
|