1
Fork 0

Fix tidy issue

This commit is contained in:
varkor 2017-12-18 19:52:45 +00:00
parent 7104e8f7b4
commit c0ff8144c4

View file

@ -254,7 +254,8 @@ pub fn opts() -> Vec<RustcOptGroup> {
o.optopt("", "linker", "linker used for building executable test code", "PATH")
}),
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")
}),
]
}