We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124e68b commit 7aac504Copy full SHA for 7aac504
clippy_lints/src/serde_api.rs
@@ -9,7 +9,7 @@ declare_clippy_lint! {
9
/// Checks for misuses of the serde API.
10
///
11
/// ### Why is this bad?
12
- /// Serde is very finnicky about how its API should be
+ /// Serde is very finicky about how its API should be
13
/// used, but the type system can't be used to enforce it (yet?).
14
15
/// ### Example
0 commit comments