Skip to content

Commit

Permalink
Merge #363
Browse files Browse the repository at this point in the history
363: Update Rust version r=MikailBag a=MikailBag



Co-authored-by: Mikail Bagishov <[email protected]>
  • Loading branch information
bors[bot] and MikailBag authored Jun 3, 2020
2 parents bb9e911 + 05b8a42 commit 5f613a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/blocks/rustc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2020-05-01
toolchain: nightly-2020-06-03
components: clippy,rustfmt
override: true
2 changes: 1 addition & 1 deletion src/devtool/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ pub(crate) fn task_codegen() -> anyhow::Result<()> {

const ALLOW: &str = r#"
#![allow(clippy::borrow_interior_mutable_const)]
#![allow(clippy::useless_conversion)]
#![allow(clippy::identity_conversion)]
#![allow(clippy::wrong_self_convention)]
"#;
2 changes: 1 addition & 1 deletion src/gen-api-client/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(clippy::borrow_interior_mutable_const)]
#![allow(clippy::useless_conversion)]
#![allow(clippy::identity_conversion)]
#![allow(clippy::wrong_self_convention)]

#[macro_use]
Expand Down

0 comments on commit 5f613a1

Please sign in to comment.