Skip to content

Commit 7eb10bd

Browse files
committed
Auto merge of #18175 - Wilfred:completion_marker, r=Veykril
internal: Make COMPLETION_MARKER more explicitly r-a If a user ever sees the completion marker, it's confusing to see text about IntelliJ. Use a string that's more explicitly about completion for rust-analyzer.
2 parents dfee4c8 + d95ad12 commit 7eb10bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-completion/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use crate::{
2626
CompletionConfig,
2727
};
2828

29-
const COMPLETION_MARKER: &str = "intellijRulezz";
29+
const COMPLETION_MARKER: &str = "raCompletionMarker";
3030

3131
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
3232
pub(crate) enum PatternRefutability {

0 commit comments

Comments
 (0)