File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,6 @@ impl VisitMut for FormatInlineTable {
296
296
let mut long_tables = vec ! [ ] ;
297
297
std:: mem:: swap ( & mut self . long_tables , & mut long_tables) ;
298
298
299
- println ! ( "\n \n long tables\n {:?}\n \n " , long_tables) ;
300
299
long_tables. into_iter ( ) . for_each ( |( section, key, table) | {
301
300
match table {
302
301
Item :: Value ( Value :: InlineTable ( table) ) => {
@@ -324,7 +323,6 @@ impl VisitMut for FormatInlineTable {
324
323
325
324
long_table_keys. into_iter ( ) . for_each ( |key| {
326
325
let item = table. remove ( & key) . unwrap ( ) ;
327
- println ! ( "removed long item {:?}" , item) ;
328
326
self . long_tables
329
327
. push ( ( self . current_section . clone ( ) , key, item) ) ;
330
328
} ) ;
@@ -406,7 +404,6 @@ path = "extremely_long_path_name_goes_right_here"
406
404
version = "4.5.6"
407
405
"# ;
408
406
409
- println ! ( "{}" , formatted) ;
410
407
assert_eq ! ( formatted, expected) ;
411
408
}
412
409
}
You can’t perform that action at this time.
0 commit comments