Skip to content

Conversation

@j-chmielewski
Copy link
Contributor

No description provided.

// Retrieve proxies from DB.
let mut shutdown_channels = HashMap::new();
let mut proxies: Vec<ProxyServer> = Proxy::all(&self.pool)
let mut proxies: Vec<ProxyHandler> = Proxy::all(&self.pool)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let mut proxies: Vec<ProxyHandler> = Proxy::all(&self.pool)
let mut proxies = Proxy::all(&self.pool)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This throws error[E0282]: type annotations needed. But it can be improved with Vec<_>.

moubctez
moubctez previously approved these changes Feb 6, 2026
@j-chmielewski j-chmielewski merged commit 2ee130b into dev Feb 6, 2026
3 checks passed
@j-chmielewski j-chmielewski deleted the edge-list branch February 6, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants