mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
Fix latest nightly clippy warning (#181)
This commit is contained in:
parent
2aa03ff391
commit
014ce6bbaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue