Treehugger Robot | 3ffa832 | 2021-11-22 12:06:47 +0000 | [diff] [blame] | 1 | #![allow(clippy::too_many_arguments)] |
Andrew Walbran | b58d1b4 | 2023-07-07 13:54:49 +0100 | [diff] [blame] | 2 | #![allow(clippy::undocumented_unsafe_blocks)] |
Treehugger Robot | 3ffa832 | 2021-11-22 12:06:47 +0000 | [diff] [blame] | 3 | #![allow(missing_docs)] |
4 | #![allow(unused)] | ||||
5 | |||||
6 | include!(concat!(env!("OUT_DIR"), "/statslog_virtualization.rs")); |