mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Format code
This commit is contained in:
parent
d5fb7a4ba4
commit
d044bc3504
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ pub struct CompletionConfig {
|
|||
pub insert_use: InsertUseConfig,
|
||||
pub prefer_no_std: bool,
|
||||
pub snippets: Vec<Snippet>,
|
||||
pub limit: Option<usize>
|
||||
pub limit: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue