We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aded1 commit 418c775Copy full SHA for 418c775
src/common.rs
@@ -56,7 +56,7 @@ fn parse_sockaddr(addr: &str) -> Result<(Domain, &str)> {
56
return Ok((Domain::Unix, addr));
57
}
58
59
- Err(Error::Others(format!("Scheme {:?} is not supported", addr)))
+ Err(Error::Others(format!("Scheme {addr:?} is not supported")))
60
61
62
#[cfg(any(
0 commit comments