Skip to content

Commit b879a6d

Browse files
giacomocavalierilpil
authored andcommitted
clippy
1 parent f2089f3 commit b879a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-core/src/javascript.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl<'a> Generator<'a> {
378378
}
379379

380380
let doc = if let Some((_, documentation)) = &constructor.documentation {
381-
jsdoc_comment(&documentation, publicity).append(line())
381+
jsdoc_comment(documentation, publicity).append(line())
382382
} else {
383383
nil()
384384
};

0 commit comments

Comments
 (0)