mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Introduce render module
This commit is contained in:
parent
245e1b533b
commit
fc8a1cd800
7 changed files with 457 additions and 246 deletions
|
@ -7,6 +7,7 @@ mod patterns;
|
|||
mod generated_lint_completions;
|
||||
#[cfg(test)]
|
||||
mod test_utils;
|
||||
mod render;
|
||||
|
||||
mod completions;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue