We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8848f2 commit e9cd641Copy full SHA for e9cd641
.gitignore
@@ -8,7 +8,6 @@ bin/configlet.exe
8
bin/exercise
9
bin/exercise.exe
10
bin/generator-utils/ngram
11
-bin/test_template
12
exercises/*/*/Cargo.lock
13
exercises/*/*/clippy.log
14
canonical_data.json
bin/test_template
@@ -2,6 +2,6 @@
2
#[ignore]
3
fn ${description}$() {
4
5
- assert_eq!(${property}$(${input}$), ${expected}$)
+ assert_eq!(${property}$(${input}$), ${expected}$);
6
}
7
0 commit comments