1use crate::records::vec_deque::VecDeque;
23impl<T> VecDeque<T> {
4// NOTE: Intentionally empty; this file exists only to satisfy the scheduled
5 // one-item-per-file translation. The actual `push_front` implementation
6 // already exists on `VecDeque` in `crate::records::vec_deque`.
7}