diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-07-23 03:06:26 +0300 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-07-23 03:06:26 +0300 |
| commit | 089ed7f549eaf82fb7bc3c46616b19615c55d72a (patch) | |
| tree | df0e4eeed7f8cb069b5adacd0dfa88f67d10bcf0 /src/macros.rs | |
| parent | 21a90f12690729f3f4aaca64d413e9e5d8dc0bd4 (diff) | |
| download | redis-rust-089ed7f549eaf82fb7bc3c46616b19615c55d72a.tar.xz redis-rust-089ed7f549eaf82fb7bc3c46616b19615c55d72a.zip | |
feat: Added second step in the handshake process
Diffstat (limited to 'src/macros.rs')
| -rw-r--r-- | src/macros.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macros.rs b/src/macros.rs index 9dbad5d..10b2f9c 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -29,7 +29,6 @@ macro_rules! resp_bytes { }; // Array: resp!(array => [resp!(bulk "one"), resp!(int 2)]) - // FIXME: this doesn't work and errors (array => [$($elem:expr),*]) => { RespType::Array(vec![$($elem),*]).to_resp_bytes() }; @@ -118,7 +117,6 @@ macro_rules! resp { }; // Array: resp!(array => [resp!(bulk "one"), resp!(int 2)]) - // FIXME: this doesn't work and errors (array => [$($elem:expr),*]) => { RespType::Array(vec![$($elem),*]) }; |
