Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Remove reference to
clippy::manual-strip
. (bevyengine#9794)
This should have been removed in 8a9f475 when the rest of the references to / usages of `clippy::manual-strip` were removed. It was originally needed in the long ago past when supporting Rust 1.45 was a concern. # Objective - Docs on linting should match the actual current practice. - Docs currently mention `-A clippy::manual-strip` which hasn't been needed in a long time. ## Solution - Remove reference to `-A clippy::manual-strip`.
- Loading branch information