~ireas/public-inbox

merge-rs: F'd up the naming... Sorry v1 PROPOSED

Eclextic: 1
 F'd up the naming... Sorry

 1 files changed, 1 insertions(+), 1 deletions(-)
#1096957 archlinux-msrv.yml failed
#1096958 archlinux.yml failed
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~ireas/public-inbox/patches/46821/mbox | git am -3
Learn more about email & git

[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