Skip to content

Commit

Permalink
remove unneeded cfg flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 14, 2023
1 parent 26a0c34 commit 3d87dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ xtask = "run --manifest-path ./xtask/Cargo.toml --"

[build]
rustdocflags = ["--document-private-items"]
rustflags = ["--cfg", "uuid_unstable"]

[registries.crates-io]
protocol = "sparse"
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-C debuginfo=0 --cfg uuid_unstable"
RUSTFLAGS: "-C debuginfo=0"

jobs:
clippy:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --impure -c cargo fmt --all -- --check

test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d87dfb

Please sign in to comment.