commit | 7ff84c394bcb0d520450d79000328e95c91e3fe2 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Tue Nov 24 20:53:12 2020 -0800 |
committer | Haibo Huang <hhb@google.com> | Tue Nov 24 20:53:12 2020 -0800 |
tree | 66461fd89bb483376a1b86fb01a6ec05854cc428 | |
parent | f8b73ea1d8fbdbcac0d71001abfb14d9b0437c78 [diff] [blame] |
Upgrade rust/crates/async-trait to 0.1.42 Test: make Change-Id: I59704fdd852efc7dc64f6cf733093632653b0313
diff --git a/src/lib.rs b/src/lib.rs index f0102d8..929af4f 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -303,6 +303,8 @@ //! let object = &value as &dyn ObjectSafe; //! ``` +#![allow(clippy::match_like_matches_macro)] // matches! requires Rust 1.42 + extern crate proc_macro; mod args;