168 |
#[doc(hidden)]
|
169 |
pub struct BoxedResponsePool(#[allow(clippy::vec_box)] RefCell<Vec<Box<ResponseHead>>>);
|
425 |
#[doc(hidden)]
|
426 |
#[allow(clippy::vec_box)]
|
427 |
/// Request's objects pool
|
93 |
#[derive(Debug, Eq, PartialEq)]
|
94 |
#[allow(clippy::vec_box)]
|
95 |
pub struct UnsafeTreeNode {
|
14 |
c4: Option<C>,
|
15 |
#[allow(clippy::vec_box)]
|
16 |
c5: Option<Vec<Box<C>>>,
|
45 |
/// Events list here for freeing manually allocated memory.
|
46 |
#[allow(dead_code, clippy::vec_box)]
|
47 |
events_lst: Vec<Box<Event>>,
|
259 |
#[allow(clippy::vec_box)]
|
260 |
fn do_install_fetches(
|
145 |
/// being very small.
|
146 |
#[allow(clippy::vec_box)]
|
147 |
batches: Vec<Box<Vec<InputLogEvent>>>,
|
16 |
pub struct Cas<K, V> {
|
17 |
#[allow(clippy::vec_box)]
|
18 |
reclaims: Vec<Box<Reclaim<K, V>>>,
|
25 |
node_tomb_pool: Vec<Box<Node<K, V>>>,
|
26 |
#[allow(clippy::vec_box)]
|
27 |
reclaim_pool: Vec<Box<Reclaim<K, V>>>,
|
342 |
calling_trees: FxHashMap<FinishId, CallingTree>,
|
343 |
#[allow(clippy::vec_box)] // I think store a pointer is faster
|
344 |
free_items: FxHashMap<FinishId, Vec<Box<TaskItem>>>, // all return value got
|
46 |
template: Template,
|
47 |
#[allow(clippy::vec_box)]
|
48 |
whens: Vec<Box<Subst>>,
|
14 |
#[allow(clippy::vec_box)]
|
15 |
fn reset(&mut self) -> Vec<Box<Observation>>;
|
16 |
#[allow(clippy::vec_box)]
|
17 |
fn act(&mut self, action: &[Vec<Option<Action>>]) -> Vec<Box<Observation>>;
|
425 |
#[doc(hidden)]
|
426 |
#[allow(clippy::vec_box)]
|
427 |
/// Request's objects pool
|
373 |
// may still be marginally faster).
|
374 |
#[allow(clippy::vec_box)]
|
375 |
old_guards: Vec<Box<WriteGuard>>,
|
68 |
#[allow(clippy::vec_box)]
|
69 |
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
710 |
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
711 |
#[allow(clippy::vec_box)]
|
712 |
pub enum InnerJobType {
|
134 |
// redundant use of Box). See e.g. FontLibrary::get_face().
|
135 |
#[allow(clippy::vec_box)]
|
136 |
faces: Vec<Box<FaceStore<'static>>>,
|
127 |
ptr: *mut libbpf_sys::ring_buffer,
|
128 |
#[allow(clippy::vec_box)]
|
129 |
_cbs: Vec<Box<RingBufferCallback<'a>>>,
|
225 |
/// For more info, see [Issue #621](https://github.com/nical/lyon/pull/621).
|
226 |
#[allow(clippy::vec_box)]
|
227 |
pool: Vec<Box<MonotoneTessellator>>,
|
176 |
/// Please see the [module-level documentation](self) for a detailed description of rarity simulation.
|
177 |
#[allow(clippy::vec_box)]
|
178 |
fn search_for_bugs(&self, program: &Program) -> Result<Option<Bug>, RaritySimulationError> {
|
226 |
#[allow(clippy::vec_box)]
|
227 |
fn create_missing_executors(
|
281 |
#[allow(clippy::vec_box)]
|
282 |
fn filter_successfully_exited(
|
294 |
#[allow(clippy::vec_box)]
|
295 |
fn select_rarest(
|
6 |
/// Packets that are queued to be persisted.
|
7 |
#[allow(clippy::vec_box)]
|
8 |
pending_packets: Map<(time::Instant, Vec<Box<Packet>>)>,
|
128 |
/// Merge the contents of packets into a single packet, emptying packets in the process.
|
129 |
#[allow(clippy::vec_box)]
|
130 |
fn merge_packets(packets: &mut Vec<Box<Packet>>) -> Option<Box<Packet>> {
|
51 |
#[allow(clippy::vec_box)]
|
52 |
filled_chunks: Vec<FilledChunk<T>>,
|
25 |
#[allow(clippy::ptr_arg)]
|
26 |
#[allow(clippy::vec_box)]
|
27 |
#[allow(unused_variables)]
|
83 |
is_dynamic: bool,
|
84 |
#[allow(clippy::vec_box)]
|
85 |
expressions: Vec<Box<Expr>>,
|
14 |
#[derive(Debug, PartialEq, Serialize, Deserialize, Default)]
|
15 |
#[allow(clippy::vec_box)]
|
16 |
pub struct Document {
|
28 |
#[derive(Debug, PartialEq, Serialize, Deserialize, Default, Clone)]
|
29 |
#[allow(clippy::vec_box)]
|
30 |
pub struct Node {
|
55 |
#[derive(Debug, PartialEq, Serialize, Deserialize, Default, Clone)]
|
56 |
#[allow(clippy::vec_box)]
|
57 |
pub struct Style {
|
425 |
#[doc(hidden)]
|
426 |
#[allow(clippy::vec_box)]
|
427 |
/// Request's objects pool
|
16 |
incomplete_len: usize,
|
17 |
#[allow(clippy::vec_box)]
|
18 |
complete_stack: Vec<Box<[GeneralizedTerm<'static>; 3]>>,
|
16 |
incomplete_len: usize,
|
17 |
#[allow(clippy::vec_box)]
|
18 |
complete_stack: Vec<Box<Triple<'static>>>,
|
17 |
Boolean(bool),
|
18 |
#[allow(clippy::vec_box)]
|
19 |
FunctionCall(String, Vec<Box<TaggedExpression>>, RoxType),
|
7 |
Boolean(bool),
|
8 |
#[allow(clippy::vec_box)]
|
9 |
FunctionCall(String, Vec<Box<Expression>>),
|
252 |
/// An Ast node representing the declaration of a user-defined type.
|
253 |
#[allow(clippy::vec_box)]
|
254 |
#[derive(Debug, Clone)]
|
364 |
#[allow(clippy::large_enum_variant, clippy::vec_box)]
|
365 |
#[derive(Debug, Clone, Hash, Eq, PartialEq)]
|
748 |
#[allow(clippy::vec_box)]
|
749 |
fn parse_vec_of_expressions(&self, pairs: Pairs<'_, Rule>) -> Result<Vec<Expression>, RtLolaError> {
|
425 |
#[doc(hidden)]
|
426 |
#[allow(clippy::vec_box)]
|
427 |
/// Request's objects pool
|
259 |
#[cfg_attr(feature = "pt-serde", derive(Serialize, Deserialize))]
|
260 |
#[allow(clippy::vec_box)]
|
261 |
pub struct StructDefinition {
|
13 |
pub is_dynamic: bool,
|
14 |
#[allow(clippy::vec_box)]
|
15 |
pub expressions: Vec<Box<Expr>>,
|
1069 |
// remove that padding, if not at last position
|
1070 |
#[allow(clippy::vec_box)]
|
1071 |
fn ignore_padding_value(exprs: Vec<Box<Expr>>) -> Vec<Box<Expr>> {
|
992 |
/// Legacy proposal which is used by typescript requires different hygiene.
|
993 |
#[allow(clippy::vec_box)]
|
994 |
fn process_constructor(
|
3 |
#![allow(clippy::match_like_matches_macro)]
|
4 |
#![allow(clippy::vec_box)]
|
5 |
#![cfg_attr(not(feature = "concurrent"), allow(unused))]
|
2369 |
/// c())
|
2370 |
#[allow(clippy::vec_box)]
|
2371 |
pub fn extract_side_effects_to(&self, to: &mut Vec<Box<Expr>>, expr: Expr) {
|
294 |
#[allow(clippy::vec_box)]
|
295 |
input_handles: Vec<Box<InputHandle>>,
|
297 |
#[allow(clippy::vec_box)]
|
298 |
output_handles: Vec<Box<OutputHandle>>,
|
140 |
/// stolen by a thread that was spawned as part of `block_in_place`.
|
141 |
#[allow(clippy::vec_box)] // we're moving an already-boxed value
|
142 |
shutdown_cores: Mutex<Vec<Box<Core>>>,
|
140 |
/// stolen by a thread that was spawned as part of `block_in_place`.
|
141 |
#[allow(clippy::vec_box)] // we're moving an already-boxed value
|
142 |
shutdown_cores: Mutex<Vec<Box<Core>>>,
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
1 |
#![allow(clippy::vec_box)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
24 |
#![allow(unused_extern_crates)]
|
25 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
26 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
1 |
// Use `Vec<Box<T>>` to prevent reallocation.
|
2 |
#![allow(clippy::vec_box)]
|
3 |
// For convenience.
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
1 |
#![allow(clippy::vec_box)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
5 |
#![allow(unused_extern_crates)]
|
6 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box)]
|
7 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
3 |
#![allow(clippy::boxed_local)]
|
4 |
#![allow(clippy::vec_box)]
|
1 |
#![feature(box_patterns)]
|
2 |
#![allow(clippy::vec_box)]
|
1 |
#![allow(clippy::vec_box)]
|
2 |
use is_macro::Is;
|
1 |
#![allow(clippy::vec_box)]
|
2 |
#![allow(missing_copy_implementations)]
|
33 |
#![allow(clippy::ptr_arg)]
|
34 |
#![allow(clippy::vec_box)]
|
35 |
#![allow(clippy::overly_complex_bool_expr)]
|
123 |
#![allow(clippy::unnecessary_unwrap)]
|
124 |
#![allow(clippy::vec_box)]
|
125 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![deny(clippy::all)]
|
3 |
#![allow(clippy::vec_box)]
|
4 |
#![allow(clippy::boxed_local)]
|
3 |
#![allow(clippy::needless_lifetimes)]
|
4 |
#![allow(clippy::vec_box)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::vec_box)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::vec_box)]
|
1 |
#![allow(clippy::vec_box)]
|
8 |
#![allow(unreachable_patterns)]
|
9 |
#![allow(clippy::too_many_arguments, clippy::type_complexity, clippy::vec_box, clippy::match_single_binding)]
|
10 |
#![cfg_attr(rustfmt, rustfmt_skip)]
|
79 |
clippy::type_complexity,
|
80 |
clippy::vec_box,
|
81 |
clippy::wrong_self_convention
|
1 |
#![allow(clippy::vec_box)] // We must Box<Chunk> for a stable address
|
2 |
use std::alloc::Layout;
|