Skip to content

Commit

Permalink
remove the Clippy errors for missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Jun 16, 2023
1 parent c183e04 commit 13b91dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
--workspace \
-- \
-D rustdoc::broken_intra_doc_links \
-W missing_docs \
-W clippy::missing_docs_in_private_items \
-W clippy::explicit_iter_loop \
-W clippy::explicit_into_iter_loop \
-W clippy::semicolon_if_nothing_returned \
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
--workspace \
-- \
-D rustdoc::broken_intra_doc_links \
-W missing_docs \
-W clippy::missing_docs_in_private_items \
-W clippy::explicit_iter_loop \
-W clippy::explicit_into_iter_loop \
-W clippy::semicolon_if_nothing_returned \
Expand Down
2 changes: 0 additions & 2 deletions toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export def clippy [
--
-D warnings
-D rustdoc::broken_intra_doc_links
-W missing_docs
-W clippy::missing_docs_in_private_items
-W clippy::explicit_iter_loop
-W clippy::explicit_into_iter_loop
-W clippy::semicolon_if_nothing_returned
Expand Down

0 comments on commit 13b91dc

Please sign in to comment.