Switch Arc<Mutex<Keymap>> to Rc<RefCell<Keymap>>, a relic of the GPUI2 port.
Make gpui pass clippy
This commit is contained in:
parent
ba5b969e10
commit
1f94463ce2
22 changed files with 75 additions and 72 deletions
|
@ -71,7 +71,7 @@ impl TextSystem {
|
|||
.all_font_names()
|
||||
.into_iter()
|
||||
.collect();
|
||||
names.extend(self.platform_text_system.all_font_families().into_iter());
|
||||
names.extend(self.platform_text_system.all_font_families());
|
||||
names.extend(
|
||||
self.fallback_font_stack
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue