From 9a29fc86bccd8595aaa3849ea691ae30a62b5b05 Mon Sep 17 00:00:00 2001 From: Auto PR Bot Date: Mon, 22 Jun 2026 19:55:53 +0800 Subject: [PATCH 1/2] Improve code quality: auto-pr/docstrings-1782129351 --- src/common/mod.rs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/common/mod.rs b/src/common/mod.rs index 2342b52dbf1..9034eab911a 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -1,6 +1,7 @@ -// This file is part of the uutils coreutils package. -// -// For the full copyright and license information, please view the LICENSE -// file that was distributed with this source code. - -pub mod validation; +// This file is part of the uutils coreutils package. +// +// For the full copyright and license information, please view the LICENSE +// file that was distributed with this source code. + +/// Module for validation utilities. +pub mod validation; From d2c4c53314cf68f9aa83681ec915b27f0580e281 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:56:06 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/common/mod.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common/mod.rs b/src/common/mod.rs index 9034eab911a..2d12d990e1a 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -1,7 +1,7 @@ -// This file is part of the uutils coreutils package. -// -// For the full copyright and license information, please view the LICENSE -// file that was distributed with this source code. - -/// Module for validation utilities. -pub mod validation; +// This file is part of the uutils coreutils package. +// +// For the full copyright and license information, please view the LICENSE +// file that was distributed with this source code. + +/// Module for validation utilities. +pub mod validation;