You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/echo/kmdf/driver/DriverSync/Cargo.toml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ publish.workspace = true
10
10
11
11
[lib]
12
12
crate-type = ["cdylib"]
13
-
# Tests from root driver crates must be excluded since there's no way to prevent linker args from being passed to their unit tests: https://github.com/rust-lang/cargo/issues/12663
Copy file name to clipboardExpand all lines: tools/dv/kmdf/fail_driver_pool_leak/Cargo.toml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ license.workspace = true
11
11
12
12
[lib]
13
13
crate-type = ["cdylib"]
14
-
# Tests from root driver crates must be excluded since there's no way to prevent linker args from being passed to their unit tests: https://github.com/rust-lang/cargo/issues/12663
0 commit comments