net: update smoltcp

This commit is contained in:
Dario Nieuwenhuis
2021-11-26 04:12:14 +01:00
parent 539c007b44
commit c257893da9
10 changed files with 55 additions and 73 deletions

View File

@ -9,7 +9,7 @@ pub struct SerialPort {
}
impl SerialPort {
pub fn new<'a, P: ?Sized + nix::NixPath>(
pub fn new<P: ?Sized + nix::NixPath>(
path: &P,
baudrate: termios::BaudRate,
) -> io::Result<Self> {