Skip to main content

diskann_tools/
lib.rs

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