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

Commit 25d198a

Browse files
authored
Apply suggestions from code review
1 parent d6cafbe commit 25d198a

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

ices/97007.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,4 @@ pub use lib::{Trophy, Walk};
7272
fn main() {
7373
// Example, taking the first step
7474
let _ = Walk::new().proceed_to::<1>();
75-
76-
// Don't be so eager to collect the trophy
77-
// let trophy = Walk::new()
78-
// .proceed_to::<1>()
79-
// .proceed_to::<0>()
80-
// .collect_prize();
81-
82-
// Can't just make a Trophy out of thin air, you must earn it
83-
// let trophy: Trophy = Trophy { _p: () };
84-
85-
// Can you collect the Trophy?
8675
}

ices/97194.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ extern "" {
44
type T<'a> = &'a str;
55
}
66

7-
87
fn main() {}

0 commit comments

Comments
 (0)