Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 4e7b11e

Browse files
Merge pull request #10 from arielb1/unused-uses
Add benchmark for issue #43572
2 parents c0eba6e + a8a4fbe commit 4e7b11e

File tree

4 files changed

+20028
-0
lines changed

4 files changed

+20028
-0
lines changed

benchmarks/issue-43572-unused-uses/Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[package]
2+
name = "issue-43572-unused-uses"
3+
version = "0.1.0"
4+
5+
[dependencies]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.PHONY: all
2+
3+
all:
4+
$(CARGO) rustc $(CARGO_OPTS) -- $(CARGO_RUSTC_OPTS)
5+
patches:
6+
@echo ''

0 commit comments

Comments
 (0)