mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
apply cargo clippy optimizations
This commit is contained in:
parent
f91b4f5d62
commit
be32efed6d
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ pub fn new_for_profile_identity_id(certificate: &TlsCertificate, scope: &[String
|
|||
tooltip.push_str("\n\n<b>Scope</b>\n");
|
||||
|
||||
for path in scope {
|
||||
tooltip.push_str(&format!("\n<small>{}</small>", path));
|
||||
tooltip.push_str(&format!("\n<small>{path}</small>"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue