mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Implement hover for lints
This commit is contained in:
parent
cd46255d7e
commit
5d17b6a687
5 changed files with 3353 additions and 3162 deletions
|
@ -4,13 +4,14 @@ mod config;
|
|||
mod item;
|
||||
mod context;
|
||||
mod patterns;
|
||||
mod generated_lint_completions;
|
||||
#[cfg(test)]
|
||||
mod test_utils;
|
||||
mod render;
|
||||
|
||||
mod completions;
|
||||
|
||||
pub mod generated_lint_completions;
|
||||
|
||||
use completions::flyimport::position_for_import;
|
||||
use ide_db::{
|
||||
base_db::FilePosition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue