Fix latest nightly clippy warning (#181)

This commit is contained in:
Paolo Barbolini 2022-11-08 09:26:28 +01:00 committed by GitHub
parent 2aa03ff391
commit 014ce6bbaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ fn dependency_table(title: &str, deps: &IndexMap<CrateName, AnalyzedDependency>)
@for (name, dep) in deps { @for (name, dep) in deps {
tr { tr {
td { td {
a class="has-text-grey" href=(get_crates_url(&name)) { a class="has-text-grey" href=(get_crates_url(name)) {
{ (fa_cube) } { (fa_cube) }
} }
{ "\u{00A0}" } // non-breaking space { "\u{00A0}" } // non-breaking space