We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54bd24 commit 50af527Copy full SHA for 50af527
src/re_builder.rs
@@ -7,10 +7,10 @@
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
-#![allow(missing_docs)]
11
12
/// The set of user configurable options for compiling zero or more regexes.
13
#[derive(Clone, Debug)]
+#[allow(missing_docs)]
14
pub struct RegexOptions {
15
pub pats: Vec<String>,
16
pub size_limit: usize,
0 commit comments