Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
test: add missing main functions to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 7, 2022
1 parent fe6a2ad commit e6ef17b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fixtures/find_impls/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ impl Eq for Bar {}

impl Sub for Foo {}
impl Super for Foo {}

fn main() {}
2 changes: 2 additions & 0 deletions tests/fixtures/workspace_symbol_duplicates/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
mod a;
#[path="shared.rs"]
mod b;

fn main() {}

0 comments on commit e6ef17b

Please sign in to comment.