Lines Matching refs:collect
38 let mut words = SLICESLICE_WORDS.lines().collect::<Vec<_>>();
40 let words: Vec<&str> = words.iter().map(|&s| s).collect();
51 .collect::<Vec<_>>();
77 .collect::<Vec<_>>();
121 .collect::<Vec<_>>();
138 let words: Vec<&str> = SLICESLICE_WORDS.lines().collect();
149 .collect::<Vec<_>>();
171 .collect::<Vec<_>>();
209 .collect::<Vec<_>>();
224 let words: Vec<&str> = SLICESLICE_WORDS.lines().collect();
235 .collect::<Vec<_>>();
257 .collect::<Vec<_>>();
295 .collect::<Vec<_>>();