Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lasers
Libreddit
Commits
5fb88d47
Unverified
Commit
5fb88d47
authored
Mar 08, 2021
by
spikecodes
Browse files
Allow certain clippy lints
parent
6c7188a1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main.rs
View file @
5fb88d47
// Global specifiers
#![forbid(unsafe_code)]
#![warn(clippy::pedantic,
clippy::all)]
#![allow(
clippy::clippy::needless_pass_by_value,
clippy::match_wildcard_for_single_variants,
clippy::cast_possible_truncation,
clippy::similar_names
)]
// Reference local files
mod
post
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment