Skip to content

Commit

Permalink
Remove unnecessary allowed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 6, 2023
1 parent 372c49a commit 468d33b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ respanned
structs
subpat
unfixable
unnested
unsafeunpin
3 changes: 1 addition & 2 deletions pin-project-internal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
clippy::needless_doctest_main,
clippy::similar_names,
clippy::single_match_else,
clippy::too_many_lines,
clippy::unnested_or_patterns
clippy::too_many_lines
)]

// older compilers require explicit `extern crate`.
Expand Down

0 comments on commit 468d33b

Please sign in to comment.