mirror of
https://github.com/veeso/termscp.git
synced 2026-04-10 12:12:06 -07:00
lint
This commit is contained in:
@@ -41,8 +41,7 @@ impl Builder {
|
||||
(protocol, params) => {
|
||||
error!("Invalid params for protocol '{:?}'", protocol);
|
||||
panic!(
|
||||
"Invalid protocol '{:?}' with parameters of type {:?}",
|
||||
protocol, params
|
||||
"Invalid protocol '{protocol:?}' with parameters of type {params:?}"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user