Skip to content

Commit e1e60c3

Browse files
author
Guanqun Lu
committed
reorder Install struct's fields based on the order in config.toml.example
1 parent 9452231 commit e1e60c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ struct Build {
228228
struct Install {
229229
prefix: Option<String>,
230230
sysconfdir: Option<String>,
231-
datadir: Option<String>,
232231
docdir: Option<String>,
233232
bindir: Option<String>,
234233
libdir: Option<String>,
235234
mandir: Option<String>,
235+
datadir: Option<String>,
236236

237237
// standard paths, currently unused
238238
infodir: Option<String>,

0 commit comments

Comments
 (0)