We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e5e6f commit aca0568Copy full SHA for aca0568
wslplugins-rs/src/wsl_user_configuration/flagset.rs
@@ -12,7 +12,7 @@ flags! {
12
13
impl From<WSLUserConfiguration> for FlagSet<WSLUserConfigurationFlags> {
14
fn from(value: WSLUserConfiguration) -> Self {
15
- FlagSet::new_truncated(value.0 as i32)
+ FlagSet::new_truncated(value.0)
16
}
17
18
0 commit comments