Skip to content

Commit

Permalink
remove #[non_exhaustive] from ServiceStartType
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Dec 27, 2023
1 parent 81331bc commit d450630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ bitflags::bitflags! {
/// Enum describing the start options for windows services.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[repr(u32)]
#[non_exhaustive]
pub enum ServiceStartType {
/// Autostart on system startup
AutoStart = Services::SERVICE_AUTO_START,
Expand Down

0 comments on commit d450630

Please sign in to comment.