Auto merge of #3391 - RalfJung:dedup, r=RalfJung
remove duplicate test This is basically the same as `tests/pass/imported_main.rs`.
This commit is contained in:
commit
67966f3e80
1 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
mod foo {
|
||||
pub(crate) fn bar() {}
|
||||
}
|
||||
|
||||
use foo::bar as main;
|
||||
Loading…
Add table
Add a link
Reference in a new issue