Skip to content

Commit

Permalink
INSP: drop RsAnchoredPathsInspection
Browse files Browse the repository at this point in the history
Finally, uniform path was chosen instead of anchored paths (see rust-lang/rust#55618),
so we don't need inspection related to anchored paths
  • Loading branch information
Undin authored and rrevenantt committed May 30, 2019
1 parent 1bf2263 commit 5918d04
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 146 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,6 @@
enabledByDefault="true" level="ERROR"
implementationClass="org.rust.ide.inspections.RsAssignToImmutableInspection"/>

<localInspection language="Rust" groupPath="Rust" groupName="Edition 2018"
displayName="Anchored paths"
enabledByDefault="false" level="ERROR"
implementationClass="org.rust.ide.inspections.RsAnchoredPathsInspection"/>

<localInspection language="Rust" groupName="Rust"
displayName="Trait implementation"
enabledByDefault="true" level="ERROR"
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 5918d04

Please sign in to comment.