-
-
Notifications
You must be signed in to change notification settings - Fork 223
Enable clippy::pedantic #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Huliiiiii
wants to merge
39
commits into
SeaQL:master
Choose a base branch
from
Huliiiiii:clippy-pedantic
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0f2075c
Enable
Huliiiiii 418bed6
Auto fix
Huliiiiii 02b83d2
default_trait_access
Huliiiiii b5ed533
unnecessary_literal_bound
Huliiiiii 15aae43
doc_markdown
Huliiiiii edae14f
needless_pass_by_value
Huliiiiii 22d16df
match_same_arms
Huliiiiii ca72842
if_not_else
Huliiiiii cd7c3a1
redundant_closure_for_method_calls
Huliiiiii 1ee00ba
semicolon_if_nothing_returned
Huliiiiii dbb348f
explicit_into_iter_loop
Huliiiiii e3ff67b
struct_excessive_bools
Huliiiiii 9bd4171
match_wildcard_for_single_variants
Huliiiiii 3c199e6
explicit_iter_loop
Huliiiiii 2ad9c5c
explicit_deref_methods
Huliiiiii 8c1f68f
unused_self
Huliiiiii 75c11dd
trivially_copy_pass_by_ref
Huliiiiii ab4b226
unnested_or_patterns
Huliiiiii f257016
Disable wildcard_imports and enum_glob_use
Huliiiiii 16d1d45
Reason
Huliiiiii df4bdba
SeaRc::new
Huliiiiii 95f3ff1
Disable must_use_candidate
Huliiiiii 04c815e
Fix values_list_tuple_prefix
Huliiiiii 9f3d5f0
Disable clippy::manual_assert
Huliiiiii d82ab63
Sort allow list
Huliiiiii 45d8355
Disable return_self_not_must_use
Huliiiiii fd323dc
Fmt
Huliiiiii a878afd
Merge remote-tracking branch 'upstream/master' into clippy-pedantic
Huliiiiii 40e642e
Fix
Huliiiiii 99260b2
Tweak
Huliiiiii 64d3e4b
Panics docs
Huliiiiii 3824f3a
Fmt
Huliiiiii b8c95c0
More panics docs
Huliiiiii 97d3995
ref_option
Huliiiiii 2653ebd
same match arms
Huliiiiii c3f2be9
Fix
Huliiiiii b4e5e1e
Fix test
Huliiiiii a704d78
Revert change of partition_by_custom
Huliiiiii eabb972
Workflow
Huliiiiii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
doc-valid-idents = [ | ||
"SeaQL", | ||
"SeaQuery", | ||
"MySQL", | ||
"SQLite", | ||
"MariaDB", | ||
"PostgreSQL", | ||
"..", | ||
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.