mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 08:30:16 +00:00
Change ProgramSettings::python_platform
to return a reference (#15457)
This commit is contained in:
parent
47d0a8ba96
commit
5ad546f187
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ use crate::Db;
|
|||
pub struct Program {
|
||||
pub python_version: PythonVersion,
|
||||
|
||||
#[return_ref]
|
||||
pub python_platform: PythonPlatform,
|
||||
|
||||
#[return_ref]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue