mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
perf: De-inline another formatting method
This commit is contained in:
parent
82dd01a1df
commit
0c0d51b29a
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ impl<'help, 'app, 'parser, 'writer> Help<'help, 'app, 'parser, 'writer> {
|
|||
write_method!(self, msg, none)
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
fn spaces(&mut self, n: usize) -> io::Result<()> {
|
||||
// A string with 64 consecutive spaces.
|
||||
const SHORT_SPACE: &str =
|
||||
|
|
Loading…
Reference in a new issue