Skip to content

Commit 451c5c7

Browse files
committed
refactor(strs_tools): Remove builder_impls_from macro and definition
1 parent d545dfe commit 451c5c7

File tree

1 file changed

+2
-0
lines changed
  • module/core/strs_tools/src/string

1 file changed

+2
-0
lines changed

module/core/strs_tools/src/string/split.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ mod private
398398
fn quoting_postfixes( &self ) -> &Vec< &'a str > { &self.quoting_postfixes }
399399
}
400400

401+
/*
401402
macro_rules! builder_impls_from
402403
{
403404
( $name : ident, $( ( $field : ident, $type : ty ) ),* $( , )? ) =>
@@ -428,6 +429,7 @@ mod private
428429
}
429430
}
430431
}
432+
*/
431433

432434
#[ allow( clippy::struct_excessive_bools ) ]
433435
#[ derive( Debug ) ]

0 commit comments

Comments
 (0)