tikv / fail-rs

Fail points for rust
Apache License 2.0
332 stars 39 forks source link

Fix typo'd env var name in docs #75

Closed sourcefrog closed 8 months ago

sourcefrog commented 8 months ago

name: Fix env var name in docs about: A bug squashed.


Related bugs: n/a

Description of problem: When reading the docs I was briefly confused what the correct variable name was.1

Description of solution: Fix the docs to match the code.

Also, update a renamed Clippy lint, so that CI doesn't fail.

Checklist: The CI will check all of these, but you'll need to have done them: