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.
This commit is contained in:
parent
f75aebe7e7
commit
f049f5fe16
@ -26,7 +26,7 @@
|
|||||||
CompletionConfig,
|
CompletionConfig,
|
||||||
};
|
};
|
||||||
|
|
||||||
const COMPLETION_MARKER: &str = "intellijRulezz";
|
const COMPLETION_MARKER: &str = "raCompletionMarker";
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||||
pub(crate) enum PatternRefutability {
|
pub(crate) enum PatternRefutability {
|
||||||
|
Loading…
Reference in New Issue
Block a user