We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f9df98 + ab16c77 commit 2912a58Copy full SHA for 2912a58
src/cargo/sources/git/source.rs
@@ -11,8 +11,6 @@ use util::hex::short_hash;
11
use sources::PathSource;
12
use sources::git::utils::{GitRemote, GitRevision};
13
14
-/* TODO: Refactor GitSource to delegate to a PathSource
15
- */
16
pub struct GitSource<'cfg> {
17
remote: GitRemote,
18
reference: GitReference,
0 commit comments