Skip to content

Commit

Permalink
refactor: move infverif task's condition script logic to cargo_make.r…
Browse files Browse the repository at this point in the history
…s, fix formatting and docs
  • Loading branch information
svasista-ms committed Sep 11, 2024
1 parent a06ecd9 commit 315a90e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions crates/wdk-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ use metadata::TryFromCargoMetadataError;

pub mod cargo_make;
pub mod metadata;
/// Module for utility code related to the cargo-make experience for building
/// drivers.

mod utils;

mod bindgen;
Expand Down
3 changes: 3 additions & 0 deletions crates/wdk-build/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) Microsoft Corporation
// License: MIT OR Apache-2.0

//! Private module for utility code related to the cargo-make experience for
//! building drivers.
use std::{
env,
ffi::CStr,
Expand Down

0 comments on commit 315a90e

Please sign in to comment.