1 2 3 4 5 6 7 8 9 10
/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT license. */ #![cfg_attr( not(test), warn(clippy::panic, clippy::unwrap_used, clippy::expect_used) )] #![cfg_attr(test, allow(clippy::unused_io_amount))] pub mod utils;