Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Dec 25, 2024
1 parent 34e03de commit 44ba0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmk-macro/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const fn default_true() -> bool {
}

const fn default_false() -> bool {
true
false
}

fn parse_duration_millis<'de, D: de::Deserializer<'de>>(deserializer: D) -> Result<u64, D::Error> {
Expand Down

0 comments on commit 44ba0df

Please sign in to comment.