commit | 2b691ee3bf6d70112e1e06f29e8e8a06e3105f33 | [log] [tgz] |
---|---|---|
author | Allen George <allengeorge@apache.org> | Thu Oct 14 22:25:07 2021 -0400 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Oct 15 20:33:25 2021 +0200 |
tree | 50b68af85a5272392ade8dcac8d6ad289d809867 | |
parent | 353e810199ab1d5cbad74fb44ce033b935e14d60 [diff] |
Fix Rust formatting error Client: rs
diff --git a/lib/rs/src/protocol/compact.rs b/lib/rs/src/protocol/compact.rs index 0fefca0..566f344 100644 --- a/lib/rs/src/protocol/compact.rs +++ b/lib/rs/src/protocol/compact.rs
@@ -638,10 +638,7 @@ TType::Set => 0x0A, TType::Map => 0x0B, TType::Struct => 0x0C, - _ => panic!( - "should not have attempted to convert {} to u8", - field_type - ), + _ => panic!("should not have attempted to convert {} to u8", field_type), } }