fix: borrow compression string for Cell::new
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -121,7 +121,7 @@ fn build_config_table(settings: &config::Settings) -> Table {
|
||||
if let Some(compression) = settings.compression() {
|
||||
config_table.add_row(Row::new(vec![
|
||||
Cell::new("Compression"),
|
||||
Cell::new(compression),
|
||||
Cell::new(&compression),
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user