| 836 |     #[cfg(not(feature = "vm"))] | 
| 837 |     #[allow(clippy::unit_arg, clippy::drop_copy)] | 
| 838 |     #[inline] | 
| 876 |     #[cfg(feature = "vm")] | 
| 877 |     #[allow(clippy::unit_arg, clippy::drop_copy)] | 
| 878 |     pub fn eval<T: AsRef<[u8]>>(&mut self, src: T) -> JsResult<JsValue> { | 
| 127 | /// If the interpreter fails parsing an error value is returned instead (error object) | 
| 128 | #[allow(clippy::unit_arg, clippy::drop_copy)] | 
| 129 | #[cfg(test)] | 
| 652 |     /// ``` | 
| 653 |     #[allow(clippy::unit_arg, clippy::drop_copy)] | 
| 654 |     pub fn eval<S>(&mut self, src: S) -> JsResult<JsValue> | 
| 130 | /// If the interpreter fails parsing an error value is returned instead (error object) | 
| 131 | #[allow(clippy::unit_arg, clippy::drop_copy)] | 
| 132 | #[cfg(test)] | 
| 879 | impl PluginProcess { | 
| 880 |     #[allow(clippy::zero_ptr, clippy::drop_copy)] | 
| 881 |     pub fn start( | 
| 9 | #[allow(clippy::drop_copy)] | 
| 10 | /// Examples | 
| 215 |     // Since the data is `Copy` we don't have to anything. | 
| 216 |     #[allow(clippy::drop_copy)] | 
| 217 |     drop(data) | 
| 127 |         #[allow(clippy::drop_copy, clippy::zero_ptr)] | 
| 128 |         loop { | 
| 634 | impl<T, I, V: Version> Extend<T> for Arena<T, I, V> { | 
| 635 |     #[allow(clippy::drop_copy)] | 
| 636 |     fn extend<Iter: IntoIterator<Item = T>>(&mut self, iter: Iter) { | 
| 522 | impl<T, I, V: Version> Extend<T> for Arena<T, I, V> { | 
| 523 |     #[allow(clippy::drop_copy)] | 
| 524 |     fn extend<Iter: IntoIterator<Item = T>>(&mut self, iter: Iter) { | 
| 8 | #[allow(clippy::zero_ptr, clippy::drop_copy)] | 
| 9 | fn setup_watcher() -> Sender<(String, Sender<String>)> { | 
| 94 |         for i in warm { | 
| 95 |             #[allow(clippy::drop_copy)] | 
| 96 |             drop(i); | 
| 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 { | 
| 523 |     ) { | 
| 524 |         #[allow(clippy::drop_copy)] | 
| 525 |         drop((iface, _id, name, const_, ty, docs)); | 
| 528 |     fn type_builtin(&mut self, iface: &Interface, _id: TypeId, name: &str, ty: &Type, docs: &Docs) { | 
| 529 |         #[allow(clippy::drop_copy)] | 
| 530 |         drop((iface, _id, name, ty, docs)); | 
| 23 | #![allow( | 
| 24 |     clippy::drop_copy, | 
| 25 |     clippy::match_single_binding, | 
| 3 | #![allow(clippy::drop_copy)] | 
| 3 | #![allow(clippy::drop_copy)] | 
| 3 | #![forbid(unsafe_code)] // select! is safe. | 
| 4 | #![allow(clippy::drop_copy, clippy::match_single_binding)] | 
| 91 | mod tests { | 
| 92 |     #![allow(clippy::drop_copy)] | 
| 52 |     clippy::doc_markdown, | 
| 53 |     clippy::drop_copy, | 
| 54 |     clippy::enum_glob_use, | 
| 6 | // False positives on generated drops that enforce lifetime | 
| 7 | #![allow(clippy::drop_copy)] | 
| 8 | // False positives on thread-safe singletons | 
| 3 | // False positives on generated drops that enforce lifetime | 
| 4 | #![allow(clippy::drop_copy)] | 
| 5 | // Disable non-critical lints for generated code. | 
| 3 | // `Datum` will instead be dropped along with their allocator. | 
| 4 | #![allow(clippy::drop_copy)] | 
| 7 | #![feature(strict_provenance)] | 
| 8 | #![allow(clippy::drop_copy)] |