You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ jobs:
38
38
components: clippy
39
39
targets: wasm32-unknown-unknown
40
40
# lint the main library workspace excluding the wasm feature
41
-
# Rust 1.79 generates a new lint in autogenrated code:
41
+
# Rust 1.79 generates a new lint in autogenerated code:
42
42
# Added clippy allow at the command line until it is fixed. See: https://github.com/rust-lang/rust-clippy/issues/12643 and https://github.com/TedDriggs/darling/issues/293
0 commit comments