diff options
-rw-r--r-- | src/codec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec.rs b/src/codec.rs index 3bba1c6..38017cd 100644 --- a/src/codec.rs +++ b/src/codec.rs @@ -52,5 +52,5 @@ pub fn encode_element( _ => format!("%{:X}", ci), } }) - .collect::<String>() + .collect() } |