nextest_runner/user_config/elements/
mod.rs

1// Copyright (c) The nextest Contributors
2// SPDX-License-Identifier: MIT OR Apache-2.0
3
4//! User config elements.
5
6mod ui;
7
8pub use ui::*;