Add limit setting

This commit is contained in:
Maria José Solano 2023-01-19 18:21:43 -08:00
parent 6e52c64031
commit ec89fc85a8
4 changed files with 7 additions and 0 deletions

View file

@ -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 {