Skip to content

Commit c0ff814

Browse files
committed
Fix tidy issue
1 parent 7104e8f commit c0ff814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ pub fn opts() -> Vec<RustcOptGroup> {
254254
o.optopt("", "linker", "linker used for building executable test code", "PATH")
255255
}),
256256
unstable("sort-modules-by-appearance", |o| {
257-
o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the program, rather than alphabetically")
257+
o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the \
258+
program, rather than alphabetically")
258259
}),
259260
]
260261
}

0 commit comments

Comments
 (0)