aboutsummaryrefslogtreecommitdiff
path: root/src/camel.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 13:12:55 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 13:12:55 -0700
commitd2b01c720268cdee0c0b7665149e75b579932069 (patch)
tree189dd476c6d752afdf5efc02a312c68f8a495dca /src/camel.rs
parent02a1792d442a9ab41e31796649fd9c409c47ee3c (diff)
downloadheck-d2b01c720268cdee0c0b7665149e75b579932069.tar.gz
Upgrade rust/crates/heck to 0.3.3android-s-beta-4android-s-beta-3android-s-beta-4
Test: make Change-Id: I37318b007ec563ba8d700df93c2c27a8c9f28f39
Diffstat (limited to 'src/camel.rs')
-rw-r--r--src/camel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camel.rs b/src/camel.rs
index fa31f0c..6949435 100644
--- a/src/camel.rs
+++ b/src/camel.rs
@@ -34,7 +34,7 @@ mod tests {
fn $t() {
assert_eq!($s1.to_camel_case(), $s2)
}
- }
+ };
}
t!(test1: "CamelCase" => "CamelCase");