FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
env_logger/.clippy.toml at main · rust-cli/env_logger · GitHub
rust-cli
/
env_logger
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
149
Star
1.1k
Code
Issues
34
Pull requests
11
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
env_logger
/
.clippy.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 757 Bytes
Breadcrumbs
env_logger
/
.clippy.toml
Copy path
File metadata and controls
12 lines (12 loc) · 757 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
allow-print-in-tests
=
true
allow-expect-in-tests
=
true
allow-unwrap-in-tests
=
true
allow-dbg-in-tests
=
true
disallowed-methods
= [
{
path
=
"
std::option::Option::map_or
"
,
reason
=
"
prefer `map(..).unwrap_or(..)` for legibility
"
},
{
path
=
"
std::option::Option::map_or_else
"
,
reason
=
"
prefer `map(..).unwrap_or_else(..)` for legibility
"
},
{
path
=
"
std::result::Result::map_or
"
,
reason
=
"
prefer `map(..).unwrap_or(..)` for legibility
"
},
{
path
=
"
std::result::Result::map_or_else
"
,
reason
=
"
prefer `map(..).unwrap_or_else(..)` for legibility
"
},
{
path
=
"
std::iter::Iterator::for_each
"
,
reason
=
"
prefer `for` for side-effects
"
},
{
path
=
"
std::iter::Iterator::try_for_each
"
,
reason
=
"
prefer `for` for side-effects
"
},
]
Back
|
FazBrowse Home
|
New Git URL