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 afa3819 commit 018badeCopy full SHA for 018bade
src/changelog.rs
@@ -7,8 +7,8 @@ use crate::*;
7
/// - `From<SocketAddr> for Socket<'static>`
8
/// - `From<Cow<'a, Path>> for Socket<'a>`
9
/// - `From<&'a Path> for Socket<'a>`
10
-/// - `From<PathBuf> for Socket<'a>`
11
-/// - `From<Box<Path>> for Socket<'a>`
+/// - `From<PathBuf> for Socket<'static>`
+/// - `From<Box<Path>> for Socket<'static>`
12
/// - `From<(IpAddr, u16)> for Socket<'static>`
13
///
14
/// ## Changed
0 commit comments