docs: remove redundant settings in Contributing guide (#1326)

Have removed some redundant settings in the CONTRIBUTING.md since
starship should be the only application using the `STARSHIP_LOG` env
var.
This commit is contained in:
Thomas O'Donnell
2020-06-14 22:02:24 +02:00
committed by GitHub
parent feac3d56ce
commit 4788092423
+2 -2
View File
@@ -32,10 +32,10 @@ For example, to enable the trace logs, run the following:
```sh
# Run installed starship
STARSHIP_LOG=starship=trace starship
STARSHIP_LOG=trace starship
# Run with cargo
STARSHIP_LOG=starship=trace cargo run
STARSHIP_LOG=trace cargo run
```
## Linting