We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860aad3 commit 36fe156Copy full SHA for 36fe156
src/cmd/library/generate/tasks/item/mod.rs
@@ -32,7 +32,7 @@ pub fn parse_item(
32
33
let mut tasks: Vec<Box<dyn Task>> = vec![];
34
35
- if let Some(ref icon) = &_item.icon {
+ if let Some(icon) = &_item.icon {
36
match icon {
37
Icon::Source { source } => {
38
// create the task to generate the icon
0 commit comments