Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit548e7a4

Browse files
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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎std/src/sys/pal/windows/rand.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
use core::{mem, ptr};
2+
13
usecrate::sys::c;
2-
use core::mem;
3-
use core::ptr;
44

55
#[cfg(not(target_vendor ="win7"))]
66
#[inline]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp