Skip to content

Commit 2912a58

Browse files
committed
Auto merge of #5489 - dwijnand:drop-GitSource-TODO, r=matklad
Drop PathSource TODO in GitSource This effort was started in de69447, and looks (to me) to be resolved at this point.
2 parents 0f9df98 + ab16c77 commit 2912a58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cargo/sources/git/source.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ use util::hex::short_hash;
1111
use sources::PathSource;
1212
use sources::git::utils::{GitRemote, GitRevision};
1313

14-
/* TODO: Refactor GitSource to delegate to a PathSource
15-
*/
1614
pub struct GitSource<'cfg> {
1715
remote: GitRemote,
1816
reference: GitReference,

0 commit comments

Comments
 (0)