diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-05 19:29:03 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-05 19:29:03 +0100 |
| commit | 84d350d3793355da8a7caa4df57d08e38e1f532f (patch) | |
| tree | 06de43ea7010016f6bfe276dd11e434df280fce5 /src/lib.rs | |
| parent | d31c62339c819649d98ff789797ae22d2a0b97d9 (diff) | |
| download | sylt-84d350d3793355da8a7caa4df57d08e38e1f532f.tar.gz | |
fix all warnings
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -842,6 +842,7 @@ mod tests { use owo_colors::OwoColorize; // Shamelessly stolen from https://github.com/rust-lang/rfcs/issues/2798 + #[allow(dead_code)] pub fn panic_after<T, F>(d: Duration, f: F) -> T where T: Send + 'static, |
