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

Commit 9df4bc8

Browse files
committed
Remove redundant main/crate_types
1 parent 0b32fad commit 9df4bc8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

ices/109141.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(generic_const_exprs)]
2-
pub fn main() {}
32

43
impl EntriesBuffer {
54
fn a(&self) -> impl Iterator {

ices/109144.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#![crate_type = "lib"]
22
#[link(kind = "static", modifiers = "+whole-archive,+bundle")]
33
extern "C" {}
4-
5-
fn main() {}

ices/109152.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![crate_type = "lib"]
21
fn _y() {
32
vec![42].iter().map(drop);
43
}

0 commit comments

Comments
 (0)