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 45bb227 commit eb49666
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 3,710 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,276 changes: 0 additions & 1,276 deletions api/all-features.txt

This file was deleted.

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

This file was deleted.

1,131 changes: 0 additions & 1,131 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 eb49666

Please sign in to comment.