Commit 501e0d3
committed
fix: suppress false dead code warning for make_request method
The make_request method is actually used by many tests across different modules,
but the Rust compiler incorrectly flags it as unused. Added #[allow(dead_code)]
to suppress this false warning.1 parent e82acb3 commit 501e0d3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
0 commit comments