Allow trigger_offset to be unused for now
This commit is contained in:
parent
633b981db2
commit
76b1bbc23a
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ impl menu::Item for CompletionItem {
|
|||
pub struct Completion {
|
||||
popup: Popup<Menu<CompletionItem>>,
|
||||
start_offset: usize,
|
||||
#[allow(dead_code)]
|
||||
trigger_offset: usize,
|
||||
// TODO: maintain a completioncontext with trigger kind & trigger char
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue