Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
40
Issues
40
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
e62a9037
Commit
e62a9037
authored
Mar 18, 2019
by
Javad Ebrahimian Amiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed error
parent
d1c05345
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mod.rs
src/linkutils/mod.rs
+1
-1
No files found.
src/linkutils/mod.rs
View file @
e62a9037
...
@@ -75,7 +75,7 @@ pub fn exec_path_nocheck(executable: PathBuf) -> Output {
...
@@ -75,7 +75,7 @@ pub fn exec_path_nocheck(executable: PathBuf) -> Output {
fn
exec_cmd
(
cmd
:
Command
)
->
Output
{
fn
exec_cmd
(
cmd
:
Command
)
->
Output
{
let
output
=
exec_cmd_nocheck
(
cmd
);
let
output
=
exec_cmd_nocheck
(
cmd
);
if
cfg!
(
debug_assertions
)
&&
!
output
.status
.success
()
{
if
cfg!
(
debug_assertions
)
&&
!
output
.status
.success
()
{
println!
(
output
.stderr
);
println!
(
"{}"
,
output
.stderr
);
}
}
assert
!
(
output
.status
.success
());
assert
!
(
output
.status
.success
());
output
output
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment