Skip to content

Commit

Permalink
Work around rust-lang/rust#14344
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 7, 2014
1 parent 236e885 commit 0af4463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libssh2-sys/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,5 @@ extern {
fn smoke() {
unsafe { libssh2_init(0) };
}

pub fn issue_14344_workaround() {}

0 comments on commit 0af4463

Please sign in to comment.