dmosc

Results 1 comments of dmosc

Got the same issue while migrating from `reqwest::blocking::Client` to `reqwest::Client`. I was building the asynchronous method alongside the synchronous implementation, thus importing and implementing both clients in the scope at...