Remove unnecessary #[must_use].
This commit is contained in:
parent
42a14ab4cc
commit
e684626fc4
@ -122,7 +122,6 @@ impl<'a> Scope<'a> {
|
||||
/// assert!(my_scope.is_empty());
|
||||
/// ```
|
||||
#[inline(always)]
|
||||
#[must_use]
|
||||
pub fn clear(&mut self) -> &mut Self {
|
||||
self.names.clear();
|
||||
self.values.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user