Skip to content

Commit 7aac504

Browse files
author
shandongbinzhou
committed
Fix typo in comment
Signed-off-by: shandongbinzhou <shandongbinzhou@outlook.com>
1 parent 124e68b commit 7aac504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/serde_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare_clippy_lint! {
99
/// Checks for misuses of the serde API.
1010
///
1111
/// ### Why is this bad?
12-
/// Serde is very finnicky about how its API should be
12+
/// Serde is very finicky about how its API should be
1313
/// used, but the type system can't be used to enforce it (yet?).
1414
///
1515
/// ### Example

0 commit comments

Comments
 (0)