Skip to content

Commit

Permalink
remove nightly flags, rustflags
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 11, 2024
1 parent 9151255 commit a4253ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[build]
rustflags = [
"-Zproc-macro-backtrace",
# Flag to make build.rs scripts generate docs. Should only be used in this repository
# internally, not by dependants.
'--cfg=HYDROFLOW_GENERATE_DOCS',
# https://github.com/rust-lang/rust-clippy/issues/10087
## TODO(mingwei): Need rust-analyzer support:
# "-Aclippy::uninlined-format-args",
]

[target.x86_64-apple-darwin]
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Override RUSTFLAGS
run: echo "RUSTFLAGS=--cfg noop" >> $GITHUB_ENV
shell: bash
if: matrix.rust_release == 'latest-stable'

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -113,11 +108,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Override RUSTFLAGS
run: echo "RUSTFLAGS=--cfg noop" >> $GITHUB_ENV
shell: bash
if: matrix.rust_release == 'latest-stable'

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -162,11 +152,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Override RUSTFLAGS
run: echo "RUSTFLAGS=--cfg noop" >> $GITHUB_ENV
shell: bash
if: matrix.rust_release == 'latest-stable'

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -262,11 +247,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Override RUSTFLAGS
run: echo "RUSTFLAGS=--cfg noop" >> $GITHUB_ENV
shell: bash
if: matrix.rust_release == 'latest-stable'

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit a4253ce

Please sign in to comment.