We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5eefc7 commit 2978b90Copy full SHA for 2978b90
brush-interactive/src/completion.rs
@@ -4,6 +4,7 @@ use indexmap::IndexSet;
4
5
use crate::trace_categories;
6
7
+#[allow(dead_code)]
8
pub(crate) async fn complete_async(
9
shell: &mut brush_core::Shell,
10
line: &str,
@@ -50,6 +51,7 @@ pub(crate) async fn complete_async(
50
51
completions
52
}
53
54
55
fn postprocess_completion_candidate(
56
mut candidate: String,
57
options: &brush_core::completion::ProcessingOptions,
0 commit comments