rust-embedded-community / embedded-nal

An Embedded Network Abstraction Layer
Apache License 2.0
177 stars 25 forks source link

Remove unneeded `where Self: 'a` bound in `TcpClient::connect`. #95

Closed Dirbaio closed 10 months ago

Dirbaio commented 10 months ago

depends on #93.

The limitation mentioned in the code is gone in nightly (since Dec 2022!)