Skip to content

Commit

Permalink
Remove the body of helper_crate::entry_point
Browse files Browse the repository at this point in the history
This gets rid of the problem:

evaluate_obligation                              | 5.67ms    | 3.661
  • Loading branch information
carols10cents committed Dec 15, 2021
1 parent 78cc8c8 commit 7d577df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helper_crate/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
pub async fn entry_point() {
let x = X9::new();
x.f().await;
}

async fn term_async() -> u32 {
Expand Down

0 comments on commit 7d577df

Please sign in to comment.