mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
Fix formatting
This commit is contained in:
parent
3dea87b054
commit
224e0cee5a
1 changed files with 4 additions and 4 deletions
|
@ -177,10 +177,10 @@ fn complete_mod_item_snippets(acc: &mut Vec<CompletionItem>) {
|
||||||
lookup: Some("tfn".to_string()),
|
lookup: Some("tfn".to_string()),
|
||||||
snippet: Some(
|
snippet: Some(
|
||||||
"#[test]\n\
|
"#[test]\n\
|
||||||
fn ${1:feature}() {\n\
|
fn ${1:feature}() {\n\
|
||||||
$0\n\
|
$0\n\
|
||||||
}"
|
}"
|
||||||
.to_string()
|
.to_string(),
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
acc.push(CompletionItem {
|
acc.push(CompletionItem {
|
||||||
|
|
Loading…
Reference in a new issue