File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
//! Tools for updating an index from a git repository.
2
- //!
3
- //! Given an org and a project name, we look for a github project at that location.
4
- //! We then look for all tags of the form v<semver>. For each such tag, we record
5
- //! a version of that package.
6
2
7
3
use gix:: ObjectId ;
8
4
use nickel_lang_git:: Spec ;
Original file line number Diff line number Diff line change @@ -197,10 +197,6 @@ pub enum Precise {
197
197
impl Precise {
198
198
/// Where on the local filesystem can this package be found?
199
199
///
200
- /// The `base` directory configures a common root for all local caches. In
201
- /// normal usage this could be [`default_cache_dir`], but when testing or
202
- /// vendoring packages it might be something else.
203
- ///
204
200
/// Note that the package might not actually be there yet, if it's a git or
205
201
/// index package that hasn't been fetched.
206
202
pub fn local_path ( & self , config : & Config ) -> PathBuf {
You can’t perform that action at this time.
0 commit comments