Skip to content

Commit

Permalink
Update src/resolver.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nika Layzell <nika@thelayzells.com>
  • Loading branch information
afranchuk and mystor committed Dec 8, 2023
1 parent 2427ea7 commit d9d08ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ fn search_for_path(

// Compute the level of caveats which are being added by the current edge
let edge_caveat_level = match &edge.origin {
DeltaEdgeOrigin::StoredLocalAudit { importable, .. } if !importable => {
DeltaEdgeOrigin::StoredLocalAudit { importable: false, .. } => {
CaveatLevel::NonImportableAudit
}
DeltaEdgeOrigin::Exemption { .. } if mode == SearchMode::PreferExemptions => {
Expand Down

0 comments on commit d9d08ef

Please sign in to comment.