commit | 47619ddc40d9bed36beb6e2f1aa3a2386d13a3e7 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Fri Jan 08 17:05:43 2021 -0800 |
committer | Jeff Vander Stoep <jeffv@google.com> | Fri Jan 15 19:02:13 2021 +0100 |
tree | 1620dbd114519448d2d614bdc23ea9422b1232f6 | |
parent | 8cf4014fd8d2440813aca63402c78195be1b33b7 [diff] [blame] |
Upgrade rust/crates/regex to 1.4.3 Test: make Change-Id: I0a2f64e0e7e81dc3e46c5c21ffa0bfbc7b1fb28f
diff --git a/src/lib.rs b/src/lib.rs index bdcebd4..d3dc58d 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -616,6 +616,7 @@ #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))] #![cfg_attr(feature = "pattern", feature(pattern))] +#![warn(missing_debug_implementations)] #[cfg(not(feature = "std"))] compile_error!("`std` feature is currently required to build this crate");