Skip to content

Commit

Permalink
ignore lint on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 5, 2024
1 parent 0f3766c commit 998a5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/npm/managed/resolvers/common/bin_entries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ fn make_executable_if_exists(path: &Path) -> Result<bool, AnyError> {
}

pub enum EntrySetupOutcome<'a> {
#[cfg_attr(windows, allow(dead_code))]
MissingEntrypoint {
bin_name: &'a str,
package_path: &'a Path,
Expand Down

0 comments on commit 998a5f6

Please sign in to comment.