Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mamcx committed Aug 11, 2023
1 parent 80a0a29 commit 73881ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn stdb_path<S>(s: &S) -> PathBuf
where
S: AsRef<Path> + ?Sized,
{
dbg!(STDB_PATH.join(s))
STDB_PATH.join(s)
}

// to let us be incremental in updating all the references to what used to be individual lazy_statics
Expand Down

0 comments on commit 73881ff

Please sign in to comment.