Compare commits
2 commits
d3b93586be
...
8ce4528c88
Author | SHA1 | Date | |
---|---|---|---|
8ce4528c88 | |||
94ad2c441c |
2 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ use crate::validation::repo::validate_repo;
|
|||
|
||||
use super::RepoDetails;
|
||||
|
||||
// TODO: #[deprecated]
|
||||
#[derive(Clone, Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum Repository {
|
||||
|
|
|
@ -23,7 +23,6 @@ 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