Skip to content

Commit 5918d04

Browse files
Undinrrevenantt
authored andcommitted
INSP: drop RsAnchoredPathsInspection
Finally, uniform path was chosen instead of anchored paths (see rust-lang/rust#55618), so we don't need inspection related to anchored paths
1 parent 1bf2263 commit 5918d04

File tree

4 files changed

+0
-146
lines changed

4 files changed

+0
-146
lines changed

src/main/kotlin/org/rust/ide/inspections/RsAnchoredPathsInspection.kt

-47
This file was deleted.

src/main/resources/META-INF/plugin.xml

-5
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,6 @@
500500
enabledByDefault="true" level="ERROR"
501501
implementationClass="org.rust.ide.inspections.RsAssignToImmutableInspection"/>
502502

503-
<localInspection language="Rust" groupPath="Rust" groupName="Edition 2018"
504-
displayName="Anchored paths"
505-
enabledByDefault="false" level="ERROR"
506-
implementationClass="org.rust.ide.inspections.RsAnchoredPathsInspection"/>
507-
508503
<localInspection language="Rust" groupName="Rust"
509504
displayName="Trait implementation"
510505
enabledByDefault="true" level="ERROR"

src/main/resources/inspectionDescriptions/RsAnchoredPaths.html

-8
This file was deleted.

src/test/kotlin/org/rust/ide/inspections/RsAnchoredPathsInspectionTest.kt

-86
This file was deleted.

0 commit comments

Comments
 (0)