I think I finished it...
This commit is contained in:
@@ -45,6 +45,6 @@ impl From<PackageHandler> for Dependency {
|
||||
}
|
||||
|
||||
/// TODO: This is just a placeholder at present.
|
||||
fn is_url<S: ToString>(path: S) -> bool {
|
||||
fn is_url<S: ToString>(_path: S) -> bool {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user