We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d7513 commit 4fe20a5Copy full SHA for 4fe20a5
2 files changed
src/commands/snippets.rs
@@ -26,7 +26,6 @@ async fn autocomplete_snippet<'a>(
26
27
futures::stream::iter(snippet_list)
28
.filter(move |name| futures::future::ready(name.contains(partial)))
29
- .map(|name| name.to_string())
30
}
31
32
/// Show a snippet
src/commands/utils.rs
@@ -25,7 +25,6 @@ async fn autocomplete_key<'a>(
25
/// Create an embed in the current channel.
0 commit comments