Skip to content

Commit

Permalink
Happy Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Feb 26, 2024
1 parent 42247cb commit 830e19d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vhdl_lang/src/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -737,10 +737,6 @@ end arch;
.search_reference(code.source(), code.s1("my_other_ent").start())
.unwrap();

let arch = root
.search_reference(code.source(), code.s1("arch ").start())
.unwrap();

assert_eq_unordered(
&options[..],
&[
Expand Down

0 comments on commit 830e19d

Please sign in to comment.