Skip to content

Commit 2536b44

Browse files
committed
Clean
1 parent 552b105 commit 2536b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/builtins/compgen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ pub fn compgen_shopt(core: &mut ShellCore, args: &mut Vec<String>) -> Vec<String
358358
ans
359359
}
360360

361-
pub fn compgen_hostname(core: &mut ShellCore, args: &mut Vec<String>) -> Vec<String> {
361+
pub fn compgen_hostname(_: &mut ShellCore, _: &mut Vec<String>) -> Vec<String> {
362362
//TODO: Implement!
363363
vec![]
364364
}

0 commit comments

Comments
 (0)