Skip to content

Commit

Permalink
Merge branch 'refs/heads/maciektr/clippy-fix' into scarb-new-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
ksew1 committed Jul 26, 2024
2 parents 8e5f407 + d6c764b commit 768f592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scarb/src/internal/serdex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ impl TryFrom<&str> for MergeStrategy {
/// If `source` and `target` are tables and a specific key exists in both, the conflict will be
/// resolved as follows:
/// 1) If value under the conflicting key in either `source` or `target` is not a table, the value
/// in `target` will be overridden with the value from `source`. This means that no keys from
/// subtables under the conflicting key will be preserved.
/// in `target` will be overridden with the value from `source`. This means that no keys from
/// subtables under the conflicting key will be preserved.
/// 2) If values under the conflicting key in both `source` and `target` are tables,
/// the conflict will be resolved with one of two strategies defined by `source`:
/// the conflict will be resolved with one of two strategies defined by `source`:
/// a) If `source` have a key `merge-strategy` with value `override`, the value in `target` will
/// be overridden with the value from `source`.
/// b) If `source` have a key `merge-strategy` with value `merge`, the value in `target` will be
Expand Down

0 comments on commit 768f592

Please sign in to comment.