From a00f57e8a9f71f0f9e09e6a39c9f41ffcd231622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Ver=C5=A1i=C4=87?= Date: Fri, 15 Mar 2024 08:37:48 +0100 Subject: [PATCH] Add deprecation notice to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b299db1..d440375 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/mversic/disjoint_impls/blob/master/LICENSE) [![Crates.io](https://img.shields.io/crates/v/disjoint_impls.svg)](https://crates.io/crates/disjoint_impls) +Crate will be maintained (at least) until [this idiom](https://github.com/rust-lang/rust/issues/20400) is allowed by the Rust compiler directly + ## Description This library enables you to write certain types of disjoint impls that Rust compiler doesn't (yet?) allow.