Skip to content

Commit a891c24

Browse files
jtgeibelTurbo87
authored andcommitted
Apply consistent warning lints to every crate
1 parent 2d99df3 commit a891c24

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bin/enqueue-job.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![deny(clippy::all)]
1+
#![warn(clippy::all, rust_2018_idioms)]
22

33
use anyhow::{anyhow, Result};
44
use cargo_registry::{db, env, tasks};

src/bin/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![warn(clippy::all, rust_2018_idioms)]
2-
#![allow(unknown_lints)]
32

43
use cargo_registry::{metrics::LogEncoder, util::errors::AppResult, App, Env};
54
use std::{borrow::Cow, fs::File, process::Command, sync::Arc, time::Duration};

0 commit comments

Comments
 (0)