Skip to content

Commit 276f6c6

Browse files
Reduce visibility of WorkspaceBuildScripts::run
1 parent 0ff2c81 commit 276f6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/project_model/src/build_scripts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub(crate) struct BuildScriptOutput {
4242
}
4343

4444
impl WorkspaceBuildScripts {
45-
pub fn run(
45+
pub(crate) fn run(
4646
config: &CargoConfig,
4747
workspace: &CargoWorkspace,
4848
progress: &dyn Fn(String),

0 commit comments

Comments
 (0)