Skip to main content

make_executable

Function make_executable 

Source
fn make_executable(path: &Path) -> Result<(), Report>
Expand description

Makes path executable on Unix targets.

Non-Unix targets currently no-op because managed release targets are Linux.