mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
Fix pep508_rs doc test (#963)
Since nextest does not run doctests, this did not show up on CI.
This commit is contained in:
parent
5ec5a3243c
commit
7acde5a9a0
2 changed files with 7 additions and 6 deletions
|
|
@ -362,7 +362,7 @@ pub(crate) fn write_script_entrypoints(
|
|||
record,
|
||||
)?;
|
||||
// We need to make the launcher executable
|
||||
#[cfg(target_family = "unix")]
|
||||
#[cfg(unix)]
|
||||
{
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
fs::set_permissions(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue