Skip to content

Commit

Permalink
Clean useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jul 9, 2023
1 parent 7316134 commit 434eca1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions typhon/api-client-test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ use requests::Request as Req;
use responses::Response as Res;

macro_rules! p {
// (let $pat:pat = $e:expr) => {
// let value = $e;
// let $pat = value else { panic!("{:#?}", value) };
// };
(let $pat:pat = $e:expr) => {
let value = $e;
let $pat = value
Expand Down

0 comments on commit 434eca1

Please sign in to comment.