repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git]
/
pkgs
/
by-name
/
ne
/
neovim-gtk
/
collect-box.patch
blob
0264637e9bb154f5b5466e8e09ca38ec93643330
1
diff -ru a/src/ui.rs b/src/ui.rs
2
--- a/src/ui.rs
3
+++ b/src/ui.rs
4
@@ -385,7 +386,7 @@
5
files_list
6
.iter()
7
.map(|f| misc::escape_filename(f))
8
- .collect::<Box<_>>()
9
+ .collect::<Box<[_]>>()
10
.join(" ")
11
));
12
} else {