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

Commit

Permalink
ices/110106.rs: fixed with no errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
warning: struct `D` is never constructed
 --> /home/runner/work/glacier/glacier/ices/110106.rs:4:8
  |
4 | struct D<T> {
  |        ^
  |
  = note: `#[warn(dead_code)]` on by default

warning: associated items `Item` and `next` are never used
  --> /home/runner/work/glacier/glacier/ices/110106.rs:9:10
   |
8  | impl<T: Default> D<T> {
   | --------------------- associated items in this implementation
9  |     type Item = T;
   |          ^^^^
10 |
11 |     fn next() -> Self::Item {
   |        ^^^^

warning: 2 warnings emitted

==============
  • Loading branch information
rustbot committed Nov 26, 2023
1 parent 0a6c721 commit 52058de
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 52058de

Please sign in to comment.