mirror of https://github.com/astral-sh/ruff
Change `ProgramSettings::python_platform` to return a reference (#15457)
This commit is contained in:
parent
47d0a8ba96
commit
5ad546f187
|
|
@ -13,6 +13,7 @@ use crate::Db;
|
|||
pub struct Program {
|
||||
pub python_version: PythonVersion,
|
||||
|
||||
#[return_ref]
|
||||
pub python_platform: PythonPlatform,
|
||||
|
||||
#[return_ref]
|
||||
|
|
|
|||
Loading…
Reference in New Issue