Skip to content

Commit 2978b90

Browse files
authored
fix: add back 2 suppressions (#647)
1 parent c5eefc7 commit 2978b90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

brush-interactive/src/completion.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use indexmap::IndexSet;
44

55
use crate::trace_categories;
66

7+
#[allow(dead_code)]
78
pub(crate) async fn complete_async(
89
shell: &mut brush_core::Shell,
910
line: &str,
@@ -50,6 +51,7 @@ pub(crate) async fn complete_async(
5051
completions
5152
}
5253

54+
#[allow(dead_code)]
5355
fn postprocess_completion_candidate(
5456
mut candidate: String,
5557
options: &brush_core::completion::ProcessingOptions,

0 commit comments

Comments
 (0)