Skip to content

Commit

Permalink
Merge pull request #77 from ohadravid/non-exhaustive-filters
Browse files Browse the repository at this point in the history
Make filter `#[non_exhaustive]`
  • Loading branch information
ohadravid authored May 5, 2023
2 parents 125dd23 + 56c2161 commit 64e3eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use windows::Win32::System::Wmi::{
WBEM_FLAG_FORWARD_ONLY, WBEM_FLAG_RETURN_IMMEDIATELY, WBEM_FLAG_RETURN_WBEM_COMPLETE,
};

#[non_exhaustive]
pub enum FilterValue {
Bool(bool),
Number(i64),
Expand Down

0 comments on commit 64e3eba

Please sign in to comment.