21 |
#[allow(clippy::zero_ptr)]
|
22 |
fn alloc_bytes(n: usize) -> *mut u8 {
|
879 |
impl PluginProcess {
|
880 |
#[allow(clippy::zero_ptr, clippy::drop_copy)]
|
881 |
pub fn start(
|
127 |
#[allow(clippy::drop_copy, clippy::zero_ptr)]
|
128 |
loop {
|
8 |
#[allow(clippy::zero_ptr, clippy::drop_copy)]
|
9 |
fn setup_watcher() -> Sender<(String, Sender<String>)> {
|
137 |
// FIXME: remove when https://github.com/crossbeam-rs/crossbeam/issues/404 is resolved
|
138 |
#[allow(clippy::zero_ptr, clippy::drop_copy)]
|
139 |
pub fn run(&mut self) {
|
85 |
#[allow(clippy::zero_ptr, clippy::drop_copy)]
|
86 |
loop {
|
84 |
}
|
85 |
#[allow(clippy::zero_ptr, clippy::drop_copy)]
|
86 |
loop {
|
212 |
None => {
|
213 |
#[allow(clippy::zero_ptr)]
|
214 |
self.set_buffer2(0 as *const u8);
|
15 |
clippy::while_immutable_condition,
|
16 |
clippy::zero_ptr,
|
17 |
irrefutable_let_patterns
|
9 |
clippy::needless_return,
|
10 |
clippy::zero_ptr,
|
11 |
clippy::toplevel_ref_arg,
|
24 |
clippy::wildcard_imports,
|
25 |
clippy::zero_ptr
|
26 |
)]
|
21 |
clippy::wildcard_imports,
|
22 |
clippy::zero_ptr
|
23 |
)]
|
18 |
clippy::wrong_self_convention,
|
19 |
clippy::zero_ptr
|
20 |
)]
|
18 |
clippy::wrong_self_convention,
|
19 |
clippy::zero_ptr
|
20 |
)]
|