Skip to content

Commit

Permalink
update to rust 1.67.0
Browse files Browse the repository at this point in the history
Reviewed By: dtolnay

Differential Revision: D43074470

fbshipit-source-id: 1d2654b1d82f6ddde7082ac23cc4090abcf6096f
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 7, 2023
1 parent 75dbeae commit 3a9fba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions detcore/src/lib.rs
Expand Up @@ -12,6 +12,7 @@
#![feature(nonzero_ops)]
#![deny(clippy::all)]
#![deny(missing_docs)]
#![allow(clippy::uninlined_format_args)]

mod config;
mod consts;
Expand Down
1 change: 1 addition & 0 deletions hermit-cli/src/bin/hermit/main.rs
Expand Up @@ -8,6 +8,7 @@

// Treat all Clippy warnings as errors.
#![deny(clippy::all)]
#![allow(clippy::uninlined_format_args)]

mod analyze;
mod bnz;
Expand Down
1 change: 1 addition & 0 deletions hermit-cli/src/lib.rs
Expand Up @@ -8,6 +8,7 @@

// Treat all Clippy warnings as errors.
#![deny(clippy::all)]
#![allow(clippy::uninlined_format_args)]

mod chroot;
mod consts;
Expand Down

0 comments on commit 3a9fba3

Please sign in to comment.