mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add limit setting
This commit is contained in:
parent
6e52c64031
commit
ec89fc85a8
4 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,7 @@ pub(crate) const TEST_CONFIG: CompletionConfig = CompletionConfig {
|
|||
skip_glob_imports: true,
|
||||
},
|
||||
snippets: Vec::new(),
|
||||
limit: None,
|
||||
};
|
||||
|
||||
pub(crate) fn completion_list(ra_fixture: &str) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue