ZIm/crates/settings/src
Michael Sloan 609c528ceb
Refactor markdown formatting utilities to avoid building intermediate strings (#29511)
These were nearly always used when using `format!` / `write!` etc, so it
makes sense to not have an intermediate `String`.

Release Notes:

- N/A
2025-04-27 19:04:51 +00:00
..
editable_setting_control.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
json_schema.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
key_equivalents.rs Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
keymap_file.rs Refactor markdown formatting utilities to avoid building intermediate strings (#29511) 2025-04-27 19:04:51 +00:00
settings.rs debugger/tasks: Remove TaskType enum (#29208) 2025-04-26 01:44:56 +02:00
settings_file.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
settings_store.rs debugger/tasks: Remove TaskType enum (#29208) 2025-04-26 01:44:56 +02:00
vscode_import.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00