Remove unnecessary #[must_use].

This commit is contained in:
Stephen Chung 2021-06-16 18:58:32 +08:00
parent 42a14ab4cc
commit e684626fc4

View File

@ -122,7 +122,6 @@ impl<'a> Scope<'a> {
/// assert!(my_scope.is_empty()); /// assert!(my_scope.is_empty());
/// ``` /// ```
#[inline(always)] #[inline(always)]
#[must_use]
pub fn clear(&mut self) -> &mut Self { pub fn clear(&mut self) -> &mut Self {
self.names.clear(); self.names.clear();
self.values.clear(); self.values.clear();