Skip to content

Commit

Permalink
lint examples and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Dec 5, 2021
1 parent ba4bf6c commit 8fde6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -86,6 +86,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --tests --examples
- name: Format check
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 1 addition & 0 deletions examples/wizard.rs
Expand Up @@ -5,6 +5,7 @@ use console::Style;
use dialoguer::{theme::ColorfulTheme, Confirm, Input, Select};

#[derive(Debug)]
#[allow(dead_code)]
struct Config {
interface: IpAddr,
hostname: String,
Expand Down

0 comments on commit 8fde6ae

Please sign in to comment.