mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
fix: ✏️ forgot to change the stable version for assert_matches! macro.
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
#[stable(feature = "assert_matches", since = "1.95.0")]
|
||||
#[stable(feature = "assert_matches", since = "1.96.0")]
|
||||
pub use crate::macros::{assert_matches, debug_assert_matches};
|
||||
|
||||
#[unstable(feature = "derive_from", issue = "144889")]
|
||||
|
||||
Reference in New Issue
Block a user