Skip to content

Commit c0754f4

Browse files
committed
Correct configuration files
1 parent 3fb6a58 commit c0754f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If you wish to contribute to the `error-stack-macros2` codebase, feel free to fo
1010
1. Make sure the issue hasn't already been reported or suggested.
1111
1. Fork and clone the repository.
1212
1. Make your changes (add or modify tests and documentation comments as necessary to cover your changes).
13-
1. Run `cargo test` (or VSCode task _Cargo: Test_) to run the tests. You can also run `cargo build` to test the macro in a local Cargo project, or run `cargo doc` to build the documentation.
14-
1. Run `cargo clippy` (or VSCode task _Cargo Clippy: Lint_) and make sure there are no warnings or errors.
13+
1. Run `cargo test` (or VSCode task _Cargo: Test_) to run the tests. You can also run `cargo build` (_Cargo: Create development build_) to test the macro in a local Cargo project, or run `cargo doc` (_Cargo: Generate documentation_) to build the documentation.
14+
1. Run `cargo fmt` and `cargo clippy` (or VSCode tasks _RustFMT: Format_ and _Cargo Clippy: Lint_) and make sure there are no warnings or errors.
15+
1. Commit and push your changes.
1516
1. [Submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare).

tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2024"
66
rust-version = "1.90.0"
77
publish = false
88

9-
109
[dependencies]
1110
error-stack = "0.6.0"
1211
error-stack-macros2 = { path = "../impl" }

0 commit comments

Comments
 (0)