mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 10:50:29 +00:00
Remove interpreter from BuildContext trait (#5800)
This commit is contained in:
parent
92a2996e8e
commit
33ec6f063d
3 changed files with 3 additions and 11 deletions
|
|
@ -127,10 +127,6 @@ impl<'a> BuildContext for BuildDispatch<'a> {
|
|||
self.git
|
||||
}
|
||||
|
||||
fn interpreter(&self) -> &Interpreter {
|
||||
self.interpreter
|
||||
}
|
||||
|
||||
fn build_options(&self) -> &BuildOptions {
|
||||
self.build_options
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue