diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-19 07:54:49 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-19 07:54:49 +0100 |
commit | 29f4f54fdb173c93f17b8515e7cb459d78bc0068 (patch) | |
tree | 491ffebfe4cbd04326205ff54f084b92d209c682 /src/util/str.rs | |
parent | c914b71a28ce7177171b83df2815352bf5741844 (diff) |
format code with cargo fmt
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')); |