mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
4 lines
123 B
Rust
Executable file
4 lines
123 B
Rust
Executable file
// <https://github.com/rust-lang/rust-clippy/issues/11024>
|
|
#![allow(clippy::tests_outside_test_module)]
|
|
|
|
mod check_config;
|