We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example, we can replace lines like
format!("{}://{}:{}", scheme, host, port)
with
format!("{scheme}://{host}:{port}")