From bc6fa27f338b8fd670fec525a32868980b721560 Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sun, 22 Mar 2026 10:28:13 -0400 Subject: [PATCH] Remove empty lines after doc comments Fixes clippy::empty_line_after_doc_comments warnings in test files. --- tests/test_exact_output.rs | 1 - tests/test_flags.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/test_exact_output.rs b/tests/test_exact_output.rs index 2d4a4bad..c42343db 100644 --- a/tests/test_exact_output.rs +++ b/tests/test_exact_output.rs @@ -14,7 +14,6 @@ static UNREADABLE_DIR_PATH: &str = "/tmp/unreadable_dir"; * * Despite the above problems, these tests are good as they are the closest to 'the real thing'. */ - // Warning: File sizes differ on both platform and on the format of the disk. /// Copy to /tmp dir - we assume that the formatting of the /tmp partition /// is consistent. If the tests fail your /tmp filesystem probably differs diff --git a/tests/test_flags.rs b/tests/test_flags.rs index 185c0a07..98f3733d 100644 --- a/tests/test_flags.rs +++ b/tests/test_flags.rs @@ -7,7 +7,6 @@ use std::str; * * These tests should be the same cross platform */ - fn build_command>(command_args: Vec) -> String { let mut cmd = cargo_bin_cmd!("dust");