Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2568-get-features-from-all-targe…
Browse files Browse the repository at this point in the history
…ts' into 2568-get-features-from-all-targets
  • Loading branch information
cptartur committed Oct 16, 2024
2 parents 52765b9 + 3a9bf30 commit 308507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/scarb-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fn get_starknet_artifacts_paths_from_test_targets(
}
}

/// Try getting the path to `starknet_artifacts.json` file that is generated by `scarb build` command
/// Try getting the path to `starknet_artifacts.json` related to `starknet-contract` target. This file that is generated by `scarb build` command.
/// If the file is not present, `None` is returned.
fn get_starknet_artifacts_path(
target_dir: &Utf8Path,
Expand Down

0 comments on commit 308507b

Please sign in to comment.