Skip to content

Commit cbca7e1

Browse files
committed
clean up warnings
1 parent 076750d commit cbca7e1

File tree

7 files changed

+21
-9
lines changed

7 files changed

+21
-9
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/basic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Basic unit tests for enum_as_inner crate.
2+
13
#![warn(
24
clippy::default_trait_access,
35
clippy::dbg_macro,

tests/generics.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Generic unit tests for enum_as_inner crate.
2+
13
#![warn(
24
clippy::default_trait_access,
35
clippy::dbg_macro,

tests/named.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Named unit tests for enum_as_inner crate.
2+
13
#![warn(
24
clippy::default_trait_access,
35
clippy::dbg_macro,

tests/snake_case.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Snake Case unit tests for enum_as_inner crate
2+
13
#![warn(
24
clippy::default_trait_access,
35
clippy::dbg_macro,

tests/unit.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Unit tests for enum_as_inner crate.
2+
13
#![warn(
24
clippy::default_trait_access,
35
clippy::dbg_macro,

tests/unnamed.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Unnamed unit tests for the enum_as_inner crate.
2+
13
#![warn(
24
clippy::default_trait_access,
35
clippy::dbg_macro,

0 commit comments

Comments
 (0)