Skip to content

Commit 13e245c

Browse files
committed
chore: make clippy happy
1 parent e16dee5 commit 13e245c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipelines/rust/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl RustAppOutput {
104104
match self.id {
105105
Some(id) => dom.replace_with_html(&trunk_id_selector(id), &script)?,
106106
None => {
107-
if dom.len(&body)? == 0 {
107+
if dom.len(body)? == 0 {
108108
bail!(
109109
r#"Document has neither a <link data-trunk rel="rust"/> nor a <body>. Either one must be present."#
110110
);

0 commit comments

Comments
 (0)