remove duplicate test

This commit is contained in:
Ralf Jung 2024-03-19 07:55:28 +01:00
parent bca5e2c1be
commit 92a841d669

View file

@ -1,5 +0,0 @@
mod foo {
pub(crate) fn bar() {}
}
use foo::bar as main;