This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit bd541d3
authored
Unrolled build for rust-lang#122378
Rollup merge of rust-lang#122378 - clubby789:rustbook-rebuild, r=onur-ozkan
Properly rebuild rustbooks
Fixes rust-lang#122367
If the book was out of date but the tool was up to date, this would evaluate to `!(false || true)` == `!true` == `false` and not rebuild.1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments