Delete test cases

This commit is contained in:
nora 2023-04-04 15:19:44 +02:00
parent 17c4323264
commit 1825626f85
5 changed files with 0 additions and 27 deletions

View file

@ -1,7 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "hello-world"
version = "0.1.0"

View file

@ -1,6 +0,0 @@
[workspace]
[package]
name = "hello-world"
version = "0.1.0"
edition = "2021"

View file

@ -1,3 +0,0 @@
pub(crate) fn unused() {
loop {}
}

View file

@ -1,8 +0,0 @@
fn unused() {
loop {}
}
fn main() {
loop {}
}
mod folder;
mod other;

View file

@ -1,3 +0,0 @@
pub(crate) fn unused() {
loop {}
}