mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
rustfmt
This commit is contained in:
parent
684391e444
commit
c973a6d0af
@ -690,7 +690,7 @@ fn exclude_from_content_indexing(path: &Path) {
|
||||
unsafe {
|
||||
SetFileAttributesW(
|
||||
path.as_ptr(),
|
||||
GetFileAttributesW(path.as_ptr()) | FILE_ATTRIBUTE_NOT_CONTENT_INDEXED
|
||||
GetFileAttributesW(path.as_ptr()) | FILE_ATTRIBUTE_NOT_CONTENT_INDEXED,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user