Skip to content

Commit

Permalink
Merge pull request #135 from cbrune/curt/clippy-remove-unstable-options
Browse files Browse the repository at this point in the history
remove unstable options from clippy command
  • Loading branch information
kwrooijen authored Mar 11, 2022
2 parents 8020eb0 + f6ac8af commit 8335b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
"Subcommand used by `cargo-process-check'."
:type 'string)

(defcustom cargo-process--command-clippy "clippy -Zunstable-options"
"Subcommand used by `cargo-process-clippy'. Uses `-Zunstable-options` to work around https://github.com/rust-lang/rust-clippy/issues/4612."
(defcustom cargo-process--command-clippy "clippy"
"Subcommand used by `cargo-process-clippy'."
:type 'string)

(defcustom cargo-process--command-add "add"
Expand Down

0 comments on commit 8335b55

Please sign in to comment.