Skip to content

Commit 56190e2

Browse files
committed
Remove the redundant format/linting section in CONTRIBUTING.md
1 parent c5d5b76 commit 56190e2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@ Pull request merge requirements:
167167

168168
Follow idiomatic Rust and crate‑local patterns.
169169

170-
### Formatting & Linting
171-
172-
Run `cargo fmt --all` before submitting PRs. Use `cargo clippy --workspace --all-targets -- -D warnings` to catch issues early. Avoid large, unrelated reformatting to keep diffs focused and `git blame` useful.
173-
174-
You may check the [discussion on the formatting](https://github.com/rust-bitcoin/rust-bitcoin/issues/172)
175-
and [how it is planned to coordinate it with crate refactoring](https://github.com/rust-bitcoin/rust-bitcoin/pull/525)
176-
177-
For the new code it is recommended to follow style of the existing codebase and
178-
avoid any end-line space characters.
179-
180170
### MSRV
181171

182172
The Minimal Supported Rust Version (MSRV) is 1.89; it is enforced by CI. Crates use mixed editions (2021/2024); consult `Cargo.toml` and README for details.

0 commit comments

Comments
 (0)