Skip to content

Commit d84efb3

Browse files
committed
Remove cfg docsrs
1 parent e6af540 commit d84efb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sys/unix.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,6 @@ impl crate::Socket {
15141514
///
15151515
/// See also: the [mailing list](https://inbox.sourceware.org/cygwin/TYCPR01MB10926FF8926CA63704867ADC8F8AA2@TYCPR01MB10926.jpnprd01.prod.outlook.com/)
15161516
#[cfg(any(doc, all(feature = "all", target_os = "cygwin")))]
1517-
#[cfg_attr(docsrs, doc(cfg(all(feature = "all", target_os = "cygwin"))))]
15181517
pub fn set_no_peercred(&self) -> io::Result<()> {
15191518
#[cfg(target_os = "cygwin")]
15201519
{

0 commit comments

Comments
 (0)