Use check instead of assert in export-unexported-dep
This commit is contained in:
parent
d08b443fff
commit
480eda0f10
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ mod foo {
|
|||
}
|
||||
|
||||
fn g(t v) {
|
||||
assert v == t1;
|
||||
check (v == t1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue