mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +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 {
|
||||
pub fn run(
|
||||
pub(crate) fn run(
|
||||
config: &CargoConfig,
|
||||
workspace: &CargoWorkspace,
|
||||
progress: &dyn Fn(String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue