Skip to content

Commit 5858217

Browse files
committed
fix(deno-lint): clippy error
1 parent 6586c9d commit 5858217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno-lint/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fn lint(ctx: CallContext) -> Result<JsObject> {
127127
index as _,
128128
ctx
129129
.env
130-
.create_string(format_diagnostic(&diagnostic, &s).as_str())?,
130+
.create_string(format_diagnostic(diagnostic, &s).as_str())?,
131131
)?;
132132
}
133133

0 commit comments

Comments
 (0)