Make test function pub

This commit is contained in:
Andy Wang 2021-08-19 19:01:19 +01:00
parent f3c18bb50d
commit 70b9a7b988
No known key found for this signature in database
GPG key ID: 181B49F9F38F3374

View file

@ -1,3 +1,3 @@
fn lib() {
pub fn lib() {
panic!("calm");
}