Silence dead code warning

This commit is contained in:
Philipp Oppermann
2016-12-28 16:22:18 +01:00
parent 58e7cc77d0
commit c3bfcbcd8d

View File

@@ -68,6 +68,7 @@ impl Stack {
self.top
}
#[allow(dead_code)]
pub fn bottom(&self) -> usize {
self.bottom
}