[PATCH merge-rs] F'd up the naming... Sorry
Export this patch
---
src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib.rs b/src/lib.rs
index f70628e..6831043 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -164,7 +164,7 @@ pub trait Merge {
// Merge strategies applicable to any type
pub mod any {
/// Overwrite `left` with `right` regardless of their values.
- pub fn overwrite_none<T>(left: &mut T, right: T) {
+ pub fn overwrite<T>(left: &mut T, right: T) {
*left = right;
}
}
--
2.42.1
merge-rs/patches: FAILED in 1m27s
[F'd up the naming... Sorry][0] from [Eclextic][1]
[0]: https://lists.sr.ht/~ireas/public-inbox/patches/46821
[1]: mailto:eclexticdev@gmail.com
✗ #1096957 FAILED merge-rs/patches/archlinux-msrv.yml https://builds.sr.ht/~ireas/job/1096957
✗ #1096958 FAILED merge-rs/patches/archlinux.yml https://builds.sr.ht/~ireas/job/1096958