Skip to content

Commit

Permalink
Remove unused main() function in day-2.morning exercise.
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx committed Feb 3, 2023
1 parent f33b1f9 commit cf00133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/exercises/day-2/points-polygons.md
Expand Up @@ -35,9 +35,6 @@ tests pass:
{{#include points-polygons.rs:Shape}}

{{#include points-polygons.rs:unit-tests}}

#[allow(dead_code)]
fn main() {}
```

<details>
Expand Down
2 changes: 0 additions & 2 deletions src/exercises/day-2/points-polygons.rs
Expand Up @@ -222,5 +222,3 @@ mod tests {
}
}
// ANCHOR_END: unit-tests

fn main() {}

0 comments on commit cf00133

Please sign in to comment.