mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:05:54 +02:00
Remove outdated doccomment on EngineState
(#12158)
Part of the doccomment was an implementation note on the `im` crate that hasn't been used for ages. (If I recall we maybe even received a comment on discord on this)
This commit is contained in:
committed by
GitHub
parent
f6853fd636
commit
77379d7b3d
@ -49,8 +49,7 @@ impl std::fmt::Debug for CliError<'_> {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
let config = self.1.get_config();
|
||||
|
||||
let ansi_support = &config.use_ansi_coloring;
|
||||
let ansi_support = *ansi_support;
|
||||
let ansi_support = config.use_ansi_coloring;
|
||||
|
||||
let error_style = &config.error_style;
|
||||
|
||||
|
Reference in New Issue
Block a user