mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Reduce visibility of WorkspaceBuildScripts::run
This commit is contained in:
parent
0ff2c81bb9
commit
276f6c6ba4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub(crate) struct BuildScriptOutput {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl WorkspaceBuildScripts {
|
impl WorkspaceBuildScripts {
|
||||||
pub fn run(
|
pub(crate) fn run(
|
||||||
config: &CargoConfig,
|
config: &CargoConfig,
|
||||||
workspace: &CargoWorkspace,
|
workspace: &CargoWorkspace,
|
||||||
progress: &dyn Fn(String),
|
progress: &dyn Fn(String),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue