Skip to content

Commit cbd1831

Browse files
committed
Call future::ready(()) instead of helper crate's fn
This gets rid of the problem: evaluate_obligation | 4.86ms | 3.095
1 parent bf24fd9 commit cbd1831

File tree

3 files changed

+203
-30
lines changed

3 files changed

+203
-30
lines changed

Cargo.lock

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

repro_crate/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ edition = "2018"
55

66
[dependencies]
77
helper_crate = { path = "../helper_crate" }
8+
futures = "0.3"

0 commit comments

Comments
 (0)