Skip to content

Commit

Permalink
Update crates/mun_language_server/src/completion/unqualified_path.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Jan 9, 2025
1 parent c7c9f39 commit bdbd24a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use super::{CompletionContext, Completions};
/// }
/// ```
pub(super) fn complete_unqualified_path(result: &mut Completions, ctx: &CompletionContext<'_>) {
dbg!(ctx.is_trivial_path, ctx.is_param, ctx.is_path_type);

// Only complete trivial paths (e.g. foo, not ::foo)
if !ctx.is_trivial_path {
Expand Down

0 comments on commit bdbd24a

Please sign in to comment.