forked fromrust-lang/rust
- Notifications
You must be signed in to change notification settings - Fork60
Commit548e7a4
committed
Update a cranelift patch file for formatting changes.
PRrust-lang#125443 will reformat all the use declarations in the repo. Thiswould break a patch kept in `rustc_codegen_cranelift` that gets appliedto `library/std/src/sys/pal/windows/rand.rs`.So this commit formats the use declarations in`library/std/src/sys/pal/windows/rand.rs` in advance ofrust-lang#125443 andupdates the patch file accordingly.The motivation is thatrust-lang#125443 is a huge change and we want to getfiddly little changes like this out of the way so it can be nothing morethan an `x fmt --all`.1 parentc8170e6 commit548e7a4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
3 | | - | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments
Comments
(0)