Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Soltis authored and Greg Soltis committed May 22, 2023
1 parent 263d997 commit bad4aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[workspace]
resolver = "2"

# remove me comment

members = [
"crates/node-file-trace",
"crates/turbo-tasks*",
Expand Down
2 changes: 2 additions & 0 deletions crates/turborepo-paths/src/absolute_system_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ impl AbsoluteSystemPath {
Ok(fs::metadata(&self.0)?)
}

// The equivalent of lstat. Returns the metadata for this file,
// even if it is a symlink
pub fn symlink_metadata(&self) -> Result<Metadata, PathError> {
Ok(fs::symlink_metadata(&self.0)?)
}
Expand Down

0 comments on commit bad4aaf

Please sign in to comment.