commit | 2ec691d9a758189cb023c0035b7bf93d2f5ccb5c | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Fri Jan 08 17:06:08 2021 -0800 |
committer | Jeff Vander Stoep <jeffv@google.com> | Fri Jan 15 19:06:48 2021 +0100 |
tree | c031a4ea095874b22f4ed0555aaa8e2e602e5a5e | |
parent | b36f5f5a6a11de0fd22d4b082698c472f356d327 [diff] [blame] |
Upgrade rust/crates/regex-syntax to 0.6.22 Test: make Change-Id: I4979a9897fa2edeb552d795b067abcdd6036de0a
diff --git a/src/lib.rs b/src/lib.rs index f35c913..edf1b99 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -155,6 +155,7 @@ */ #![deny(missing_docs)] +#![warn(missing_debug_implementations)] #![forbid(unsafe_code)] pub use error::{Error, Result};