We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2393de5 commit 378fa6cCopy full SHA for 378fa6c
src/core.rs
@@ -811,7 +811,7 @@ impl Handler for LookupServiceHandler {
811
if services.is_empty() {
812
return Ok((
813
0,
814
- "`no providers for service \"{service}\"`".to_string(),
+ format!("`no providers for service \"{service}\"`"),
815
"",
816
)
817
.try_to_value()?);
@@ -823,7 +823,7 @@ impl Handler for LookupServiceHandler {
823
824
825
826
827
828
829
0 commit comments