Closed ShaneEverittM closed 3 years ago
Merging #87 (1f651e2) into master (9821e18) will increase coverage by
10.17%
. The diff coverage is100.00%
.
Impacted Files | Coverage Δ | |
---|---|---|
left-right/src/aliasing.rs | 44.44% <100.00%> (+44.44%) |
:arrow_up: |
left-right/src/lib.rs | 38.46% <0.00%> (+38.46%) |
:arrow_up: |
left-right/src/read.rs | 63.04% <0.00%> (+63.04%) |
:arrow_up: |
left-right/src/read/guard.rs | 71.42% <0.00%> (+71.42%) |
:arrow_up: |
left-right/src/write.rs | 75.53% <0.00%> (+75.53%) |
:arrow_up: |
cc #85
Ah, excellent, thank you! This is going to require a breaking change for left-right
, so could you please update evmap
to have a path
dependency on left-right
as well, and then fix the resulting error in evmap
(specifically its impl DropBehavior
blocks also have to change).
Cool! First PR ever!
Published in left-right 0.11
and evmap 11.0.0-alpha.5
:tada:
This change is