Skip to content

Commit 05906a2

Browse files
authored
Update options.rs
1 parent a43eef1 commit 05906a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/options.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ pub enum Verbosity {
220220

221221
#[derive(Deserialize, Serialize, Clone, Debug, PartialEq)]
222222
pub struct WidthHeuristics {
223-
// Maximum width of the args of a function call before falling back
224-
// to vertical formatting.
223+
// Maximum width of the args of a function call (or tuple constructor) before
224+
// falling back to vertical formatting.
225225
pub(crate) fn_call_width: usize,
226-
// Maximum width of the args of a function-like attributes before falling
226+
// Maximum width of the args of a function-like attribute before falling
227227
// back to vertical formatting.
228228
pub(crate) attr_fn_like_width: usize,
229229
// Maximum width in the body of a struct lit before falling back to

0 commit comments

Comments
 (0)