Sign in
android
/
toolchain
/
cargo-deny
/
8cc2f0e3b06f4a40eef9fb4e0c470518f188b98f
/
.
/
android
/
vendor
/
gix-worktree-state-0.1.0
/
src
/
lib.rs
blob: 2c2cf67f64d4e5398e831278a210418613a7c1b2 [
file
] [
log
] [
blame
]
//! A crate to help setting the worktree to a particular state.
#![
deny
(
missing_docs
,
rust_2018_idioms
,
unsafe_code
)]
///
pub
mod
checkout
;
pub
use
checkout
::
function
::
checkout
;