blob: 32ab5653bc32e70ce80bf7f534559b191060c4f8 [file] [log] [blame]
//! A crate to help setting the worktree to a particular state.
#![deny(missing_docs, rust_2018_idioms, unsafe_code)]
///
#[allow(clippy::empty_docs)]
pub mod checkout;
pub use checkout::function::checkout;