Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 4, 2022
1 parent 7b410bd commit 882e80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/app.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

const HELP: &str = "\
App
Expand Down
2 changes: 2 additions & 0 deletions examples/dash_dash.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use std::ffi::OsString;

#[derive(Debug)]
Expand Down

0 comments on commit 882e80a

Please sign in to comment.