aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 13:22:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 13:22:04 +0800
commite553c0fc22ae99251d3954ae248216ec9bf68e3f (patch)
treeef60bf4061b38282e9af8d6b2c9b22f267bd71b5
parentcc2d262b1d47748e92d436933509d7f5b78c2414 (diff)
feat: remove redundant reference in completion handlerHEADmain
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 15a72d6..5a57f30 100644
--- a/index.html
+++ b/index.html
@@ -1289,7 +1289,7 @@ pub fn hello() { /* ... */ }
pub fn bye() { /* ... */ }
#[completion(EntryHello)]
-pub fn complete_hello(ctx: &amp;ShellContext) -&gt; Suggest {
+pub fn complete_hello(ctx: ShellContext) -&gt; Suggest {
if ctx.previous_word == "hello" {
suggest! {
"Alice": "The Sender",