We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e9e98 commit 54b0e45Copy full SHA for 54b0e45
compiler-cli/src/dependencies.rs
@@ -677,7 +677,7 @@ impl DependencyManagerConfig {
677
}
678
679
680
-pub struct DependencyManager<Telem: Telemetry, P: dependency::PackageFetcher> {
+pub struct DependencyManager<Telem, P> {
681
runtime: tokio::runtime::Handle,
682
package_fetcher: P,
683
mode: Mode,
0 commit comments