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.
TEXT_MAX_LEN
1 parent aa6ac6a commit 1590819Copy full SHA for 1590819
1 file changed
src/reporter/progress_report.rs
@@ -19,7 +19,7 @@ impl<Size: size::Size + Into<u64>> ProgressReport<Size> {
19
/// performance penalty from string resizing.
20
///
21
/// The value of this function is made correct by a unit test.
22
- const TEXT_MAX_LEN: usize = 145;
+ const TEXT_MAX_LEN: usize = 87;
23
24
/// Create a text to be used in [`Self::TEXT`].
25
fn text(self) -> String {
0 commit comments