From 4d6e3c2200ab687d13b1062c43dde0a1e06de525 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 27 Aug 2024 03:33:32 +0000 Subject: [PATCH] Update Examples --- Examples.md | 1 - 1 file changed, 1 deletion(-) 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]