mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 13:20:37 +02:00
Fix clippy errors. (#187)
This commit is contained in:
committed by
GitHub
parent
7632f51509
commit
88d99ac89c
@ -624,7 +624,7 @@ impl ResourceDef {
|
||||
}
|
||||
|
||||
if !for_prefix {
|
||||
re.push_str("$");
|
||||
re.push('$');
|
||||
}
|
||||
(re, elems, true, pattern.chars().count())
|
||||
}
|
||||
|
Reference in New Issue
Block a user