ci(lint): stop linting with nightly
This commit is contained in:
parent
462fcd7c30
commit
2bc8aa939f
3 changed files with 4 additions and 21 deletions
|
|
@ -6,7 +6,7 @@ use crate::{bail_on_err, Clippy};
|
|||
|
||||
pub fn run(args: &Clippy) -> Result<()> {
|
||||
let mut clippy_command = Command::new("cargo");
|
||||
clippy_command.arg("+nightly").arg("clippy");
|
||||
clippy_command.arg("clippy");
|
||||
|
||||
if let Some(package) = args.package.as_ref() {
|
||||
clippy_command.args(["--package", package]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue