You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Michael Davis 8555248b01
Accept 'IntoIterator<Item = T>' for Picker::new options
`Picker::new` loops through the input options to inject each of them, so
there's no need to collect into an intermediary Vec. This removes some
unnecessary collections. Also, pickers that start with no initial
options can now pass an empty slice instead of an empty Vec.

Co-authored-by: Luis Useche <useche@gmail.com>
2 months ago
..
src Accept 'IntoIterator<Item = T>' for Picker::new options 2 months ago
tests refactor(commands): trim end of `pipe`-like output (#10952) 3 months ago
.gitignore Initial import. 4 years ago
Cargo.toml Implement Error for InjectorShutdown 2 months ago
build.rs Add icon to Windows executable (#9104) 8 months ago