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 ef0522d commit 9cbbc92Copy full SHA for 9cbbc92
py/tools/py/src/venv.rs
@@ -203,7 +203,7 @@ const RELOCATABLE_SHEBANG: &str = "\
203
/// - Do we _have_ to include activate scripts?
204
/// - Do we _have_ to include a versioned symlink?
205
pub fn create_empty_venv<'a>(
206
- repo: &String,
+ repo: &str,
207
python: &Path,
208
version: PythonVersionInfo,
209
location: &'a Path,
@@ -247,7 +247,7 @@ pub fn create_empty_venv<'a>(
247
248
let interpreter_cfg_snippet = if using_runfiles_interpreter {
249
format!(
250
- "
+ "\
251
# Non-standard extension keys used by the Aspect shim
252
aspect-runfiles-interpreter = {0}
253
aspect-runfiles-repo = {1}
0 commit comments