diff --git a/Examples.md b/Examples.md index 8289f4d..b0af039 100644 --- a/Examples.md +++ b/Examples.md @@ -1183,7 +1183,6 @@ pub trait Iterator fn any(&mut self, f: F) -> bool where F: FnMut(Self::Item) -> bool //! Should we be able to drop the `Self::` here? -} fn main let vec1 = vec![1, 2, 3]