Skip to content

Commit

Permalink
use strum helpers instead of manual into_ and as_ functions for…
Browse files Browse the repository at this point in the history
… SymbolVariant
  • Loading branch information
SpontanCombust committed Apr 19, 2024
1 parent bec4616 commit 5349d8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 377 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ witcherscript = { path = "../core" }
uuid.workspace = true
thiserror.workspace = true
lsp-types.workspace = true
shrinkwraprs.workspace = true
shrinkwraprs.workspace = true
strum.workspace = true
strum_macros.workspace = true
Loading

0 comments on commit 5349d8f

Please sign in to comment.