Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Add TupleVariant and StructVariant DefKinds#10

Merged
nrc merged 1 commit into
rust-dev-tools:masterfrom
DSpeckhals:new-enum-variants
Sep 22, 2017
Merged

Add TupleVariant and StructVariant DefKinds#10
nrc merged 1 commit into
rust-dev-tools:masterfrom
DSpeckhals:new-enum-variants

Conversation

@DSpeckhals

Copy link
Copy Markdown
Contributor

In order to support more fine-grained detail about Enum variants, add new DefKinds. This will help RLS and its clients to be more specific in symbol classifications for the variants.

This fixes #9.

In order to support more fine-grained detail about Enum variants,
add new DefKinds. This will help RLS and its clients to be more
specific in symbol classifications for the variants.
@nrc nrc merged commit ade2423 into rust-dev-tools:master Sep 22, 2017
@nrc

nrc commented Sep 22, 2017

Copy link
Copy Markdown
Contributor

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TupleVariant and StructVariant DefKinds

2 participants