Skip to content

Commit

Permalink
fix(dependencies): remove unnecessary constraints 🏷️
Browse files Browse the repository at this point in the history
  • Loading branch information
andho committed Jan 24, 2025
1 parent 5e0504f commit db6133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-cli/src/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ impl DependencyManagerConfig {
}
}

pub struct DependencyManager<Telem: Telemetry, P: dependency::PackageFetcher> {
pub struct DependencyManager<Telem, P> {
runtime: tokio::runtime::Handle,
package_fetcher: P,
mode: Mode,
Expand Down

0 comments on commit db6133e

Please sign in to comment.