mirror of https://github.com/helix-editor/helix
refactor: don't deserialize &str from toml
The new version of the `toml` crate is based on `toml_edit` and does not support zero copy deserialization anymore. So we need to deserialize `String` instead of `&str` in the keympapull/5185/head
parent
70887b7378
commit
e83ce72240
Loading…
Reference in New Issue