Skip to content

Commit 768f456

Browse files
committed
Fix docs
1 parent 516f2c1 commit 768f456

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

package/src/index/scrape.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
//! 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.
62
73
use gix::ObjectId;
84
use nickel_lang_git::Spec;

package/src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ pub enum Precise {
197197
impl Precise {
198198
/// Where on the local filesystem can this package be found?
199199
///
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-
///
204200
/// Note that the package might not actually be there yet, if it's a git or
205201
/// index package that hasn't been fetched.
206202
pub fn local_path(&self, config: &Config) -> PathBuf {

0 commit comments

Comments
 (0)