Skip to content

Commit

Permalink
fix(deno-lint): clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Sep 1, 2021
1 parent 6586c9d commit 5858217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deno-lint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fn lint(ctx: CallContext) -> Result<JsObject> {
index as _,
ctx
.env
.create_string(format_diagnostic(&diagnostic, &s).as_str())?,
.create_string(format_diagnostic(diagnostic, &s).as_str())?,
)?;
}

Expand Down

0 comments on commit 5858217

Please sign in to comment.