Skip to content

feat: ✨ Add automatic button mapping system (internal) #3103

feat: ✨ Add automatic button mapping system (internal)

feat: ✨ Add automatic button mapping system (internal) #3103

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Sep 4, 2023 in 0s

clippy

3 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 3
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa1 2023-08-23)

Annotations

Check failure on line 1232 in alvr/session/src/settings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `gui_collapsed` in initializer of `settings::AutomaticButtonMappingConfigDefault`

error[E0063]: missing field `gui_collapsed` in initializer of `settings::AutomaticButtonMappingConfigDefault`
    --> alvr/session/src/settings.rs:1232:44
     |
1232 |                     button_mapping_config: AutomaticButtonMappingConfigDefault {
     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `gui_collapsed`

Check failure on line 1237 in alvr/session/src/settings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `gui_collapsed` in initializer of `settings::HysteresisThresholdDefault`

error[E0063]: missing field `gui_collapsed` in initializer of `settings::HysteresisThresholdDefault`
    --> alvr/session/src/settings.rs:1237:42
     |
1237 |                         touch_threshold: HysteresisThresholdDefault {
     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `gui_collapsed`

Check failure on line 1233 in alvr/session/src/settings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `gui_collapsed` in initializer of `settings::HysteresisThresholdDefault`

error[E0063]: missing field `gui_collapsed` in initializer of `settings::HysteresisThresholdDefault`
    --> alvr/session/src/settings.rs:1233:42
     |
1233 |                         click_threshold: HysteresisThresholdDefault {
     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `gui_collapsed`