Skip to content

Commit

Permalink
Fix nightly lint causing compilation to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RossSmyth authored and sirhcel committed Mar 28, 2024
1 parent 361664b commit 97f8fcc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,25 @@ jobs:
disable_extra_builds: true
disable_tests: true
target: x86_64-unknown-netbsd

x86_64-pc-windows-msvc-nightly:
uses: ./.github/workflows/build.yaml
with:
runs_on: windows-2019
target: x86_64-pc-windows-msvc
toolchain: nightly

x86_64-unknown-linux-gnu-nightly:
uses: ./.github/workflows/build.yaml
with:
extra_packages: libudev-dev
target: x86_64-unknown-linux-gnu
toolchain: nightly

aarch64-apple-darwin-nightly:
uses: ./.github/workflows/build.yaml
with:
disable_tests: true
runs_on: macos-latest
target: aarch64-apple-darwin
toolchain: nightly
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
// doc tests.
#![doc(test(attr(allow(unused_must_use))))]

use std::convert::From;
use std::error::Error as StdError;
use std::fmt;
use std::io;
Expand Down

0 comments on commit 97f8fcc

Please sign in to comment.