mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
Delete test cases
This commit is contained in:
parent
17c4323264
commit
1825626f85
5 changed files with 0 additions and 27 deletions
7
test-cases/unused-code/Cargo.lock
generated
7
test-cases/unused-code/Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[workspace]
|
||||
|
||||
[package]
|
||||
name = "hello-world"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
pub(crate) fn unused() {
|
||||
loop {}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
fn unused() {
|
||||
loop {}
|
||||
}
|
||||
fn main() {
|
||||
loop {}
|
||||
}
|
||||
mod folder;
|
||||
mod other;
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
pub(crate) fn unused() {
|
||||
loop {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue