We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8985c44 commit ef0522dCopy full SHA for ef0522d
py/tools/venv_shim/src/main.rs
@@ -95,7 +95,6 @@ fn parse_venv_cfg(venv_root: &Path, cfg_path: &Path) -> miette::Result<PyCfg> {
95
},
96
user_site: user_site.expect("User site flag not set!"),
97
}),
98
- // FIXME: Kinda useless copy in this case
99
(Some(version), None, None) => Ok(PyCfg {
100
root: venv_root.to_path_buf(),
101
cfg: cfg_path.to_path_buf(),
0 commit comments