chore: Enable Clippy Pedantic lint (#19)
This commit is contained in:
parent
097dbb391a
commit
331b91df35
4 changed files with 221 additions and 176 deletions
|
|
@ -1,5 +1,11 @@
|
|||
//! The root library for blue-build.
|
||||
#![warn(clippy::correctness, clippy::suspicious, clippy::perf, clippy::style)]
|
||||
#![warn(
|
||||
clippy::correctness,
|
||||
clippy::suspicious,
|
||||
clippy::perf,
|
||||
clippy::style,
|
||||
clippy::pedantic
|
||||
)]
|
||||
#![doc(
|
||||
html_logo_url = "https://gitlab.com/wunker-bunker/blue-build/-/raw/main/logos/BlueBuild-logo.png"
|
||||
)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue