You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0659]: `get` is ambiguous
--> src/backends/s3.rs:606:29
|
606 | let resp = http_client::get(&api_url, Default::default())?;
| ^^^ ambiguous name
|
= note: ambiguous because of multiple glob imports of a name in the same module
Causing failing docs.rs builds since 0.43.0: https://docs.rs/crate/self_update/latest/builds/2988266
Ref #168
It fails with: