chore: remove various warnings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-28 16:25:29 -05:00
parent e43cac8041
commit 2af673d7c5
3 changed files with 0 additions and 17 deletions

View File

@@ -43,11 +43,6 @@ impl<T> SampleProducer<T> {
self.inner.push(value)
}
#[inline]
pub(crate) fn is_full(&self) -> bool {
self.inner.is_full()
}
#[inline]
pub(crate) fn two_available(&self) -> bool {
self.inner.slots() > 2