Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Sep 1, 2023
1 parent 4d5eced commit 988b7e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ pub enum SourcePath {
///
/// Note that this does not need to be a real file on the filesystem: it could still
/// be loaded from memory by, e.g, [`Cache::add_string`].
///
/// This is the only `SourcePath` variant that can be resolved as the target
/// of an import statement.
Path(PathBuf),
/// A subrange of a file at the given path.
///
Expand Down

0 comments on commit 988b7e4

Please sign in to comment.