This commit is contained in:
nora 2022-09-13 22:23:12 +02:00
parent 271046694a
commit 2f7a13cb2f
3 changed files with 59 additions and 83 deletions

View file

@ -122,7 +122,7 @@ mod _private {
pub use crate::{
args::{ConstWidthArg, DebugArg, DisplayArg, Str},
opts::{
WithAlternate, WithCenterAlign, WithFill, WithLeftAlign, WithRightAlign, WithWidth,
WithAlternate, WithFill, WithAlign, WithWidth,
},
};
}
@ -168,7 +168,3 @@ mod tests {
assert_eq!(result, "a: 32523532");
}
}
fn f() {
crate::format!("uwu, {f:_<?}", "what");
}