From c973a6d0af55785f3072623b4d29127051a84b90 Mon Sep 17 00:00:00 2001 From: Toothbrush Date: Tue, 29 Jun 2021 18:18:28 +0100 Subject: [PATCH] rustfmt --- crates/cargo-util/src/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-util/src/paths.rs b/crates/cargo-util/src/paths.rs index 746ab24f1..d63611d7a 100644 --- a/crates/cargo-util/src/paths.rs +++ b/crates/cargo-util/src/paths.rs @@ -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, ); } }