Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit ee4766f

Browse files
Merge pull request #128 from GuillaumeGomez/remove-doc
remove doc
2 parents a4eee77 + 2aad88f commit ee4766f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/subprocess_launcher.rs

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ use glib::object::IsA;
99
#[cfg(any(all(feature = "v2_40", unix), all(feature = "dox", unix)))]
1010
use std::os::unix::io::IntoRawFd;
1111
#[cfg(all(feature = "dox", not(unix)))]
12-
#[doc = "Replacement for "real" [`IntoRawFd`] trait for non-unix targets.
13-
14-
[`IntoRawFd`]: https://doc.rust-lang.org/std/os/unix/io/trait.IntoRawFd.html"]
1512
pub trait IntoRawFd {}
1613

1714
pub trait SubprocessLauncherExtManual {

0 commit comments

Comments
 (0)