1 2 3 4 5 6 7
//! Integration tests. // Remove when <https://github.com/rust-lang/rust-clippy/issues/11024> is fixed. #![expect(clippy::tests_outside_test_module)] mod error; mod visitor;