mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
flake updates
This commit is contained in:
parent
d69ac5e8f2
commit
b1060bbb73
4 changed files with 24 additions and 24 deletions
|
|
@ -13,7 +13,7 @@ use std::str::FromStr;
|
|||
#[cfg(test)]
|
||||
#[track_caller]
|
||||
fn assert_debug_equal<T: Debug>(a: T, b: T) {
|
||||
assert_eq!(format!("{:?}", a), format!("{:?}", b),);
|
||||
assert_eq!(format!("{a:?}"), format!("{b:?}"),);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue