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 852ad79 commit e7416d5Copy full SHA for e7416d5
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 = 87;
+ const TEXT_MAX_LEN: usize = 145;
27
28
/// Create a text to be used in [`Self::TEXT`].
29
fn text(self) -> String {
0 commit comments