Fixing tests and comments

This commit is contained in:
2026-07-05 23:41:19 -05:00
parent c16b21c603
commit b7063277e7
8 changed files with 214 additions and 174 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//! ## Queue API
//!
//! `queue.length`, `queue.clear()`, `queue.peek()`, `queue.pop()`, `queue.delay()`
//! `queue.length`, `queue.clear()`, `queue.delay()`
use std::cell::RefCell;
use std::collections::VecDeque;