From e493ad1f26b76adace901505ff8bbf8dd2cdc939 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 8 Nov 2020 00:04:42 -0600 Subject: [PATCH] refactor/uucore_procs ~ revise 'Cargo.toml' towards repo norms --- src/uucore_procs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index 7d1d8bfab..774232777 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -22,5 +22,5 @@ syn = { version="1.0" } [features] default = [] -## non-default features -debug = ["syn/extra-traits"] ## add Debug traits to syn structs (for `println!("{:?}", ...)`) +# * non-default features +debug = ["syn/extra-traits"] ## add Debug traits to syn structures (for `println!("{:?}", ...)`)