1
2
3
4
5
6
7
8
#![deny(rust_2018_idioms)]
#![deny(clippy::all)]

#[cfg(test)]
mod tests {
    #[test]
    fn todo() {}
}