Compare commits
2 commits
8ce4528c88
...
d3b93586be
Author | SHA1 | Date | |
---|---|---|---|
d3b93586be | |||
215a6cb471 |
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ use crate::validation::repo::validate_repo;
|
|||
|
||||
use super::RepoDetails;
|
||||
|
||||
// TODO: #[deprecated]
|
||||
#[derive(Clone, Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum Repository {
|
||||
|
|
|
@ -23,6 +23,7 @@ pub use ofake::FakeOpenRepository;
|
|||
pub use oreal::RealOpenRepository;
|
||||
pub use otest::TestOpenRepository;
|
||||
|
||||
// TODO: #[deprecated]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum OpenRepository {
|
||||
/// A real git repository.
|
||||
|
|
Loading…
Reference in a new issue