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;
|
use super::RepoDetails;
|
||||||
|
|
||||||
|
// TODO: #[deprecated]
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
#[allow(clippy::large_enum_variant)]
|
#[allow(clippy::large_enum_variant)]
|
||||||
pub enum Repository {
|
pub enum Repository {
|
||||||
|
|
|
@ -23,6 +23,7 @@ pub use ofake::FakeOpenRepository;
|
||||||
pub use oreal::RealOpenRepository;
|
pub use oreal::RealOpenRepository;
|
||||||
pub use otest::TestOpenRepository;
|
pub use otest::TestOpenRepository;
|
||||||
|
|
||||||
|
// TODO: #[deprecated]
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub enum OpenRepository {
|
pub enum OpenRepository {
|
||||||
/// A real git repository.
|
/// A real git repository.
|
||||||
|
|
Loading…
Reference in a new issue