Skip to content

Commit

Permalink
Merge branch 'greatscottgadgets:main' into fix/disable-win-console
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrondev authored Jun 14, 2024
2 parents 2fd98cd + 6276d8a commit 320892a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
run: echo "$env:VCPKG_DEFAULT_BINARY_CACHE/../vcpkg_installed/x64-windows/bin" | Out-File -FilePath $env:GITHUB_PATH -Append
if: matrix.os == 'windows-latest'

- uses: Swatinem/rust-cache@v2

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 1 addition & 0 deletions src/usb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ impl EndpointDescriptor {
pub const NUM_FIELDS: usize = 6;
}

#[allow(dead_code)]
pub enum Descriptor {
Device(DeviceDescriptor),
Configuration(ConfigDescriptor),
Expand Down

0 comments on commit 320892a

Please sign in to comment.