Skip to content

Commit 6f11781

Browse files
committed
Remove types
1 parent 036473f commit 6f11781

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/filesystem/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ const OWNER_SID_STR: &str = "S-1-3-4";
1515
const OWNER_ACL_ENTRY_FLAGS: u8 = 0;
1616
/// Generic Rights:
1717
/// - https://docs.microsoft.com/en-us/windows/win32/fileio/file-security-and-access-rights
18+
///
1819
/// Individual Read/Write/Execute Permissions (referenced in generic rights link):
1920
/// - https://docs.microsoft.com/en-us/windows/win32/wmisdk/file-and-directory-access-rights-constants
21+
///
2022
/// STANDARD_RIGHTS_ALL
2123
/// - https://docs.microsoft.com/en-us/windows/win32/secauthz/access-mask
2224
#[cfg(windows)]

validator_manager/src/import_validators.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ pub mod tests {
387387
str::FromStr,
388388
};
389389
use tempfile::{tempdir, TempDir};
390-
use types::*;
391390
use validator_http_api::{test_utils::ApiTester, Config as HttpConfig};
392391

393392
const VC_TOKEN_FILE_NAME: &str = "vc_token.json";

0 commit comments

Comments
 (0)