Update doc comment for Completer

This commit is contained in:
ysthakur 2024-06-26 20:20:09 -04:00
parent 2d64a4eeb6
commit f3000495b1

View File

@ -5,9 +5,8 @@ use nu_protocol::{
};
use reedline::Suggestion;
// Completer trait represents the three stages of the completion
// fetch, filter and sort
pub trait Completer {
/// Fetch, filter, and sort completions
#[allow(clippy::too_many_arguments)]
fn fetch(
&mut self,