Skip to content

Commit 0e1cb01

Browse files
committed
spelling: nonexistent
Signed-off-by: Josh Soref <[email protected]>
1 parent ade26ee commit 0e1cb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ fn rewrite_fn_base(
23702370
|| context.config.indent_style() == IndentStyle::Visual
23712371
{
23722372
let indent = if param_str.is_empty() {
2373-
// Aligning with non-existent params looks silly.
2373+
// Aligning with nonexistent params looks silly.
23742374
force_new_line_for_brace = true;
23752375
indent + 4
23762376
} else {
@@ -2385,7 +2385,7 @@ fn rewrite_fn_base(
23852385
} else {
23862386
let mut ret_shape = Shape::indented(indent, context.config);
23872387
if param_str.is_empty() {
2388-
// Aligning with non-existent params looks silly.
2388+
// Aligning with nonexistent params looks silly.
23892389
force_new_line_for_brace = true;
23902390
ret_shape = if context.use_block_indent() {
23912391
ret_shape.offset_left(4).unwrap_or(ret_shape)

0 commit comments

Comments
 (0)