Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Nov 21, 2024
1 parent 516f2c1 commit 768f456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions package/src/index/scrape.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//! Tools for updating an index from a git repository.
//!
//! Given an org and a project name, we look for a github project at that location.
//! We then look for all tags of the form v<semver>. For each such tag, we record
//! a version of that package.
use gix::ObjectId;
use nickel_lang_git::Spec;
Expand Down
4 changes: 0 additions & 4 deletions package/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ pub enum Precise {
impl Precise {
/// Where on the local filesystem can this package be found?
///
/// The `base` directory configures a common root for all local caches. In
/// normal usage this could be [`default_cache_dir`], but when testing or
/// vendoring packages it might be something else.
///
/// Note that the package might not actually be there yet, if it's a git or
/// index package that hasn't been fetched.
pub fn local_path(&self, config: &Config) -> PathBuf {
Expand Down

0 comments on commit 768f456

Please sign in to comment.