Skip to content

Commit

Permalink
fix(publish): 'explit' typo (#22296)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock-skymethod authored and littledivy committed Feb 8, 2024
1 parent ca8d7e9 commit fa3d530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -59,7 +59,7 @@ deno_config = "=0.9.2"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.100.0", features = ["html"] }
deno_emit = "=0.35.0"
deno_graph = "=0.64.1"
deno_graph = "=0.64.2"
deno_lint = { version = "=0.55.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/testdata/publish/invalid_fast_check.out
Expand Up @@ -4,7 +4,7 @@ error[zap-missing-explicit-return-type]: missing explicit return type in the pub
|
2 | export function getRandom() {
| ^^^^^^^^^ this function is missing an explicit return type
= hint: add an explit return type to the function
= hint: add an explicit return type to the function

info: all functions in the public API must have an explicit return type
docs: https://jsr.io/go/zap-missing-explicit-return-type
Expand Down

0 comments on commit fa3d530

Please sign in to comment.