forked from rust-lang/rust-clippy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix file names of flat_map_identity test
This commit fixes the file names of the `flat_map_identity` test. Previously, their names were started with `unnecessary_flat_map` even though the lint rule name is `flat_map_identity`. This inconsistency happened probably because the rule name was changed during the discussion in the PR where this rule was introduced. ref: rust-lang#4231
- Loading branch information
1 parent
c5f3f9d
commit 6396b8f
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
tests/ui/unnecessary_flat_map.stderr → tests/ui/flat_map_identity.stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters