Skip to content

Commit

Permalink
chore(lint): allow tabs in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 23, 2025
1 parent 67ccb80 commit 0099244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
--tests --verbose --
-D warnings
-A clippy::literal_string_with_formatting_args
-A clippy::clippy::tabs_in_doc_comments
- name: Check the pedantic lints
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 0099244

Please sign in to comment.