Skip to content

Commit

Permalink
Clarify contributions docs
Browse files Browse the repository at this point in the history
  • Loading branch information
milanboers committed Jan 23, 2024
1 parent c37e86e commit f9b5523
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ trainer.expected_value(&state, &action) // : Option<f64>
```

## Development
* Run `cargo +nightly fmt` to format the code.
* Run `cargo fmt --all` to format the code.
* Run `cargo clippy --all-targets --all-features -- -Dwarnings` to lint the code.
* Run `cargo test` to test the code.

0 comments on commit f9b5523

Please sign in to comment.