Skip to content

Commit 85e8f29

Browse files
committed
fix: make cargo_workspace not feature gated
1 parent 125d7fb commit 85e8f29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stacks-common/src/util/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ use std::time::{SystemTime, UNIX_EPOCH};
3636
use std::{error, fmt, thread, time};
3737

3838
/// Given a relative path inside the Cargo workspace, return the absolute path
39-
#[cfg(any(test, feature = "testing"))]
4039
pub fn cargo_workspace<P>(relative_path: P) -> PathBuf
4140
where
4241
P: AsRef<Path>,

0 commit comments

Comments
 (0)