Skip to content

Commit

Permalink
Remove redundant variable from context
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 18, 2024
1 parent 3e8a5c1 commit 19560d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion resources/index.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
{{ meta.chip_pretty }}
</a>
</span>
<span class="crate-description">{{ meta.description }}</span>
<span class="crate-description">{{ meta.name }} (targeting {{ meta.chip_pretty }})</span>
<span class="crate-version">{{ meta.version }}</span>
</div>
{%- endfor %}
Expand Down
1 change: 0 additions & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ fn build_documentation_for_package(
chip => chip.to_string(),
chip_pretty => chip.pretty_name(),
package => package.to_string().replace('-', "_"),
description => format!("{} (targeting {})", package, chip.pretty_name()),
});
}

Expand Down

0 comments on commit 19560d9

Please sign in to comment.