From ffbc682b92be7b53f2794fb846f6952235c5012e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 29 Nov 2024 09:19:30 +0100 Subject: [PATCH] Use the other comment syntax as it is not related Co-authored-by: Daniel Hofstetter --- src/uu/dd/src/numbers.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uu/dd/src/numbers.rs b/src/uu/dd/src/numbers.rs index c29668c89..d0ee2d90b 100644 --- a/src/uu/dd/src/numbers.rs +++ b/src/uu/dd/src/numbers.rs @@ -3,7 +3,8 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -/// Functions for formatting a number as a magnitude and a unit suffix. +//! Functions for formatting a number as a magnitude and a unit suffix. + /// The first ten powers of 1024. const IEC_BASES: [u128; 10] = [ 1,