872c4c6c5d8aecb36080dfd7984041e306b42cdc
Add #[derive(Default)] to CmdRegistry and Keymap structs, enabling easy construction of empty instances with CmdRegistry::default() and Keymap::default(). This simplifies initialization code and follows Rust conventions for types that hold empty collections as their default state. Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/Qwen3.5-35B-A3B-GGUF:Q5_K_M)
Description
No description provided
Languages
Rust
99.1%
Python
0.6%
Nix
0.3%