Skip to content

Commit d44df84

Browse files
committed
Remove unused variable from Alphametics stub
1 parent a471e18 commit d44df84

File tree

1 file changed

+1
-1
lines changed
  • exercises/alphametics/src

1 file changed

+1
-1
lines changed

exercises/alphametics/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use std::collections::HashMap;
22

3-
pub fn solve(puzzle: &str) -> Option<HashMap<char, u8>> {
3+
pub fn solve(_: &str) -> Option<HashMap<char, u8>> {
44
unimplemented!()
55
}

0 commit comments

Comments
 (0)