Fix tidy issue
This commit is contained in:
parent
7104e8f7b4
commit
c0ff8144c4
1 changed files with 2 additions and 1 deletions
|
@ -254,7 +254,8 @@ pub fn opts() -> Vec<RustcOptGroup> {
|
||||||
o.optopt("", "linker", "linker used for building executable test code", "PATH")
|
o.optopt("", "linker", "linker used for building executable test code", "PATH")
|
||||||
}),
|
}),
|
||||||
unstable("sort-modules-by-appearance", |o| {
|
unstable("sort-modules-by-appearance", |o| {
|
||||||
o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the program, rather than alphabetically")
|
o.optflag("", "sort-modules-by-appearance", "sort modules by where they appear in the \
|
||||||
|
program, rather than alphabetically")
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue