aboutsummaryrefslogtreecommitdiff
path: root/challenge-285/ppentchev/rust/src/tests/mod.rs
blob: a9b7d657c0e8c22e410f7fe5c4a46e14fc9aa911 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
// SPDX-License-Identifier: BSD-2-Clause
//! Test the Perl Weekly Challenge tasks.

#![allow(clippy::print_stdout)]
#![allow(clippy::panic_in_result_fn)]

mod change;
mod routes;