Skip to content

Commit

Permalink
Change ProgramSettings::python_platform to return a reference (astr…
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Jan 13, 2025
1 parent 47d0a8b commit 5ad546f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/red_knot_python_semantic/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use crate::Db;
pub struct Program {
pub python_version: PythonVersion,

#[return_ref]
pub python_platform: PythonPlatform,

#[return_ref]
Expand Down

0 comments on commit 5ad546f

Please sign in to comment.