diff options
Diffstat (limited to 'src/util/str.rs')
-rw-r--r-- | src/util/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/str.rs b/src/util/str.rs index c3185a0..bf38fe1 100644 --- a/src/util/str.rs +++ b/src/util/str.rs @@ -35,7 +35,7 @@ mod test { fn $name() { assert_eq!($left, $right); } - } + }; } test_eq!(lower_letter_a_is_a, lower_ascii_letter('a'), Some('a')); |