Skip to content

Commit

Permalink
Remove the check api infrastructure
Browse files Browse the repository at this point in the history
Turns out the check api stuff did not perform as we had hoped, remove
the script and all the output files.
  • Loading branch information
tcharding committed Jul 31, 2024
1 parent 49ddb1c commit 3f9963e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 3,716 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ Alternatively add symlinks in your `.git/hooks` directory to any of the githooks

We use a custom Rust compiler configuration conditional to guard the benchmark code. To run the
benchmarks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench`.


## API changes

All PRs that change the public API of `rust-bech32` must include a patch to the
`api/` text files. For PRs that include API changes, add a separate patch to the PR
that is the diff created by running `contrib/check-for-api-changes.sh`.
11 changes: 0 additions & 11 deletions api/README.md

This file was deleted.

1,278 changes: 0 additions & 1,278 deletions api/all-features.txt

This file was deleted.

1,220 changes: 0 additions & 1,220 deletions api/alloc-only.txt

This file was deleted.

1,133 changes: 0 additions & 1,133 deletions api/no-features.txt

This file was deleted.

63 changes: 0 additions & 63 deletions contrib/check-for-api-changes.sh

This file was deleted.

4 changes: 0 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ clippy:
# run `cargo clippy --fix` on everything
clippy-fix:
cargo clippy --locked --offline --workspace --all-targets --fix

# Check for API changes.
check-api:
contrib/check-for-api-changes.sh

0 comments on commit 3f9963e

Please sign in to comment.