mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 01:31:57 +02:00
fix warnings
This commit is contained in:
@@ -108,7 +108,7 @@ impl Parser {
|
||||
}
|
||||
|
||||
// remove prefix
|
||||
src.split_to(idx);
|
||||
let _ = src.split_to(idx);
|
||||
|
||||
// no need for body
|
||||
if length == 0 {
|
||||
|
Reference in New Issue
Block a user