mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
cleanup
This commit is contained in:
parent
a8e04a7028
commit
2ae87ffc9a
5 changed files with 7 additions and 15 deletions
|
@ -1,6 +1,4 @@
|
|||
use crate::{
|
||||
completion::{CompletionItem, Completions, CompletionKind::*, CompletionContext},
|
||||
};
|
||||
use crate::completion::{CompletionItem, Completions, CompletionKind::*, CompletionContext};
|
||||
|
||||
pub(super) fn complete_expr_snippet(acc: &mut Completions, ctx: &CompletionContext) {
|
||||
if !(ctx.is_trivial_path && ctx.enclosing_fn.is_some()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue