Add missing dot

This commit is contained in:
Jonas Platte 2021-01-08 21:01:43 +01:00
parent d39966442d
commit e4bd7939c0
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -142,7 +142,7 @@ handle those before comitting as well.
¹ To install the tools, run `rustup component add rustfmt clippy`.
² If you modified feature-gated code (`#[cfg(feature = "something")]`), you will
have to pass `--all-features` or `--features something` to clippy for it to
check that code
check that code.
### Commit Messages