Merge branch 'master' into bump-owo-colors-for-everyone

This commit is contained in:
Pavan Kumar Sunkara 2024-04-25 22:52:33 +01:00 committed by GitHub
commit be43daec57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,9 +108,7 @@ macro_rules! bail {
#[macro_export]
macro_rules! ensure {
($cond:expr $(,)?) => {
if !$cond {
$crate::ensure!($cond, concat!("Condition failed: `", stringify!($cond), "`"))
}
$crate::ensure!($cond, concat!("Condition failed: `", stringify!($cond), "`"))
};
($cond:expr, $msg:literal $(,)?) => {
if !$cond {