Skip to content

Commit 50af527

Browse files
committed
Reduce missing_doc attribute scope
1 parent f54bd24 commit 50af527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/re_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
#![allow(missing_docs)]
1110

1211
/// The set of user configurable options for compiling zero or more regexes.
1312
#[derive(Clone, Debug)]
13+
#[allow(missing_docs)]
1414
pub struct RegexOptions {
1515
pub pats: Vec<String>,
1616
pub size_limit: usize,

0 commit comments

Comments
 (0)