Skip to content

Commit

Permalink
Add deprecation notice to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mversic authored Mar 15, 2024
1 parent d3b4870 commit a00f57e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a00f57e

Please sign in to comment.