commit | 86e559bf3fe1403eba6c58c6a8d3d4a33de4911b | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Tue Jan 02 14:53:22 2024 +0000 |
committer | bors <bors@rust-lang.org> | Tue Jan 02 14:53:22 2024 +0000 |
tree | 293e76c4e282dab35c9d283fccb4f1f7b323035e | |
parent | 1a0b772a43173a3a0bd1699e0781de827d0b58db [diff] | |
parent | efc87092b3d9e350f12b87f5e3823bc44561ba9b [diff] |
Auto merge of #16211 - tetsuharuohzeki:update-lint, r=Veykril Use Cargo's [workspace.lints.*] to config clippy This change begin to use [`[workspace.lints.*]`](https://doc.rust-lang.org/cargo/reference/workspaces.html#the-lints-table) that is stabilized since [Rust 1.74](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html). By this change, we make the configure more readable and simplify `xargo lint` more.
rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
https://rust-analyzer.github.io/manual.html#installation
If you want to contribute to rust-analyzer or are just curious about how things work under the hood, check the ./docs/dev folder.
If you want to use rust-analyzer's language server with your editor of choice, check the manual folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer.
See the corresponding sections of the manual.
For usage and troubleshooting requests, please use “IDEs and Editors” category of the Rust forum:
https://users.rust-lang.org/c/ide/14
For questions about development and implementation, join rust-analyzer working group on Zulip:
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
rust-analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.