Compare commits
13 commits
11ddbc43c7
...
e2653a3245
Author | SHA1 | Date | |
---|---|---|---|
e2653a3245 | |||
f8b0ab45b0 | |||
01dafcea0f | |||
18ddab26ba | |||
2842c2839f | |||
41139d09dc | |||
2edd9defd1 | |||
1cb394674a | |||
435514654c | |||
86c711c36e | |||
1a769b8162 | |||
dfca5e7c8f | |||
747ad535a2 |
1 changed files with 15 additions and 13 deletions
|
@ -653,6 +653,7 @@ impl FormalArgs {
|
|||
self.sby.display()
|
||||
)))
|
||||
};
|
||||
if do_cache {
|
||||
fs::write(
|
||||
cache_file,
|
||||
serde_json::to_string_pretty(&FormalCache {
|
||||
|
@ -666,6 +667,7 @@ impl FormalArgs {
|
|||
})
|
||||
.expect("serialization shouldn't ever fail"),
|
||||
)?;
|
||||
}
|
||||
result
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue