mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Reduce visibility of WorkspaceBuildScripts::run
This commit is contained in:
parent
0ff2c81bb9
commit
276f6c6ba4
@ -42,7 +42,7 @@ pub(crate) struct BuildScriptOutput {
|
||||
}
|
||||
|
||||
impl WorkspaceBuildScripts {
|
||||
pub fn run(
|
||||
pub(crate) fn run(
|
||||
config: &CargoConfig,
|
||||
workspace: &CargoWorkspace,
|
||||
progress: &dyn Fn(String),
|
||||
|
Loading…
Reference in New Issue
Block a user