Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Jul 2, 2024
1 parent d304067 commit 250d8cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mapbox/node-pre-gyp": "^1.0.11",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.11.29",
"cargo-cp-artifact": "^0.1",
"cargo-cp-artifact": "^0.1.9",
"copyfiles": "^2.4.1",
"jasmine": "^5.1.0",
"mkdirp": "^3.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use dump_syms::utils;

use dump_syms::dumper::{self, Config};

#[allow(dead_code)]
#[allow(clippy::large_enum_variant)]
pub(crate) enum Action<'a> {
Dump(Config<'a>),
Expand Down

0 comments on commit 250d8cb

Please sign in to comment.