File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This crate comes with various cargo features to tailor it to your needs.
2323 * ** progress-tree-hp-hashmap** - high-performance registry for pregree tree nodes in case of ultra-heavy insertions and deletions.
2424 * If this is necessary, it's probably impossible to resonably visualize the progress tree anyway, but the option exists nonetheless in case
2525 it is ever needed. Historically, this was the default, but now it seems simpler is better and just fine for typical programs.
26- * ** progress-tree-log** _ (default) _
26+ * ** progress-tree-log**
2727 * If logging in the ` log ` crate is initialized, a ` log ` will be used to output all messages provided to
2828 ` tree::Item::message(…) ` and friends. No actual progress is written.
2929 * May interfere with ` render-tui ` or ` render-line ` , or any renderer outputting to the console.
You can’t perform that action at this time.
0 commit comments