mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-16 16:25:07 +01:00
fixes
This commit is contained in:
parent
271046694a
commit
2f7a13cb2f
3 changed files with 59 additions and 83 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue