rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.69k stars 387 forks source link

Fix visibility of StashSaveOptions and DiffPatchidOptions. #988

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

These types weren't exported, making it impossible to use their corresponding interface.

Closes #986