first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
use std::collections::HashSet;
|
||||
|
||||
use crate::completer::{
|
||||
matchers::MatchStrategy,
|
||||
suggest::{MatchedSuggestion, Priority, Suggestion, SuggestionType},
|
||||
};
|
||||
|
||||
use crate::parsers::ParsedToken;
|
||||
use itertools::Itertools;
|
||||
use smol_str::SmolStr;
|
||||
|
||||
use crate::completer::matchers::MatchStrategy;
|
||||
use crate::completer::suggest::{MatchedSuggestion, Priority, Suggestion, SuggestionType};
|
||||
use crate::parsers::ParsedToken;
|
||||
|
||||
pub fn suggestions(
|
||||
matcher: MatchStrategy,
|
||||
env_vars: &HashSet<SmolStr>,
|
||||
|
||||
Reference in New Issue
Block a user