mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-14 15:25:08 +01:00
Cleanups
This commit is contained in:
parent
61814d9a6d
commit
822a85e4ce
8 changed files with 74 additions and 42 deletions
|
|
@ -49,4 +49,9 @@ fn ptr_correct_addr() {
|
|||
let fmt = format!("{:p}", &STATIC);
|
||||
|
||||
assert_eq!(addr, fmt);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn temporaries() {
|
||||
let _ = format_args!("{}", { "owo".to_string() });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue