234 |
#[must_use]
|
235 |
#[allow(clippy::get_unwrap)]
|
236 |
#[allow(clippy::unwrap_used)]
|
246 |
#[must_use]
|
247 |
#[allow(clippy::get_unwrap)]
|
248 |
#[allow(clippy::unwrap_used)]
|
269 |
#[must_use]
|
270 |
#[allow(clippy::get_unwrap)]
|
271 |
#[allow(clippy::unwrap_used)]
|
29 |
fn get(&self, idx: usize) -> &Self::Item {
|
30 |
#[allow(clippy::get_unwrap)]
|
31 |
&self.values[&idx]
|
30 |
clippy::unreadable_literal,
|
31 |
clippy::get_unwrap
|
32 |
)]
|