File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -357,8 +357,10 @@ create_config! {
357
357
type_punctuation_density: TypeDensity , TypeDensity :: Wide ,
358
358
"Determines if '+' or '=' are wrapped in spaces in the punctuation of types" ;
359
359
where_style: Style , Style :: Default , "Overall strategy for where clauses" ;
360
- // Should we at least try to put the where clause on the same line as the rest of the
360
+ // TODO:
361
+ // 1. Should we at least try to put the where clause on the same line as the rest of the
361
362
// function decl?
363
+ // 2. Currently options `Tall` and `Vertical` produce the same output.
362
364
where_density: Density , Density :: CompressedIfEmpty , "Density of a where clause" ;
363
365
where_layout: ListTactic , ListTactic :: Vertical , "Element layout inside a where clause" ;
364
366
where_pred_indent: IndentStyle , IndentStyle :: Visual ,
You can’t perform that action at this time.
0 commit comments