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.
changelog
1 parent cb7cd4d commit 8ea001dCopy full SHA for 8ea001d
src/changelog.rs
src/lib.rs
@@ -170,10 +170,6 @@ pub use error::Error;
170
mod sftp;
171
pub use sftp::{Mode, RemoteFile, Sftp};
172
173
-#[cfg(docsrs)]
174
-/// Changelog for this crate, only present in doc.
175
-pub mod changelog;
176
-
177
#[cfg(feature = "process-mux")]
178
pub(crate) mod process_impl;
179
0 commit comments