Skip to content

Commit be0a496

Browse files
authored
Merge branch 'main' into table-pr
2 parents c9930a0 + 5d32eb3 commit be0a496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
components: clippy
3939
targets: wasm32-unknown-unknown
4040
# 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:
4242
# 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
4343
- run: cargo clippy --features plotly_ndarray,plotly_image,kaleido -- -D warnings -Aclippy::manual_unwrap_or_default
4444
# lint the plotly library with wasm enabled

0 commit comments

Comments
 (0)