Searched refs:sample (Results 1 – 4 of 4) sorted by relevance
86 let sample = self.data.iter().take(10).collect::<Vec<_>>(); in fmt() localVariable87 write!(f, "{:?}...({})", sample, self.data.len()) in fmt()
53 <code sample that causes the bug>
10 To run the sample code and walk through the tutorial, the only prerequisite is Rust itself.
32 To run the sample code and walk through the tutorial, the only prerequisite is Rust itself.