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 4bf3cd8 commit f24c724Copy full SHA for f24c724
bin/generator-utils/templates.sh
@@ -42,7 +42,6 @@ EOT
42
else
43
local canonical_json
44
canonical_json=$(cat canonical_data.json)
45
- local canonical_json
46
47
# sometimes canonical data has multiple levels with multiple `cases` arrays.
48
#(see kindergarten-garden https://github.com/exercism/problem-specifications/blob/main/exercises/kindergarten-garden/canonical-data.json)
@@ -115,7 +114,6 @@ create_example_rs_template() {
115
114
116
local fn_name
117
fn_name=$(create_fn_name "$slug" "$has_canonical_data")
118
- local fn_name
119
120
mkdir "${exercise_dir}/.meta"
121
cat <<EOT >"${exercise_dir}/.meta/example.rs"
0 commit comments