Skip to content

Commit fcb00bd

Browse files
committed
run clippy
1 parent 09b6c51 commit fcb00bd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-gettext"
3-
version = "4.0.7"
3+
version = "4.0.8"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
rust-version = "1.69"

src/macros/rocket_feature/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ mod debug;
33

44
#[cfg(not(debug_assertions))]
55
mod release;
6-
7-
#[cfg(debug_assertions)]
8-
pub use debug::*;
9-
#[cfg(not(debug_assertions))]
10-
pub use release::*;

0 commit comments

Comments
 (0)