We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 626d15d + 1590819 commit d7cc3d7Copy full SHA for d7cc3d7
1 file changed
src/reporter/progress_report.rs
@@ -23,7 +23,7 @@ impl<Size: size::Size + Into<u64>> ProgressReport<Size> {
23
/// performance penalty from string resizing.
24
///
25
/// The value of this function is made correct by a unit test.
26
- const TEXT_MAX_LEN: usize = 145;
+ const TEXT_MAX_LEN: usize = 87;
27
28
/// Create a text to be used in [`Self::TEXT`].
29
fn text(self) -> String {
0 commit comments