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
Languages
Rust
75.2%
Nix
23.6%
Python
0.8%
Shell
0.4%