mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
style(data_structures): add line break (#7882)
This commit is contained in:
parent
81eedb10c0
commit
fb897f6c3a
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ impl<T> SparseStack<T> {
|
|||
///
|
||||
/// [`MAX_TOTAL_CAPACITY`]: Self::MAX_TOTAL_CAPACITY
|
||||
pub const MAX_FILLED_CAPACITY: usize = Stack::<T>::MAX_CAPACITY;
|
||||
|
||||
/// Maximum capacity for entries (either `Some` or `None`).
|
||||
///
|
||||
/// Effectively unlimited on 64-bit systems.
|
||||
|
|
|
|||
Loading…
Reference in a new issue