Skip to content

Commit

Permalink
chore: remove rustfmt.toml (#23)
Browse files Browse the repository at this point in the history
* chore: remove `rustfmt.toml`

To remove nightly-only style settings.

* chore: add a changelog
  • Loading branch information
toku-sa-n authored Aug 2, 2021
1 parent e5d0391 commit 7175828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Changed
- Bors is no longer used for merging PRs ([#20](https://github.com/toku-sa-n/accessor/pull/20)).
- Tests on CI are executed on stable Rust, not the nightly one ([#21](https://github.com/toku-sa-n/accessor/pull/21)).
- `rustfmt.toml` is deleted so that `cargo fmt` works on stable Rust ([#23](https://github.com/toku-sa-n/accessor/pull/23)).

### Fixed
- Clippy warnings are fixed ([#19](https://github.com/toku-sa-n/accessor/pull/19)).
Expand Down
3 changes: 0 additions & 3 deletions rustfmt.toml

This file was deleted.

0 comments on commit 7175828

Please sign in to comment.