File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Use [`regex::cp::Regex`] if:
160160//! These can improve the performance by 5~10% at most.
161161//!
162162//! ## Crate features
163- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
163+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
164164#![ cfg_attr( feature = "doc" , doc = document_features:: document_features!( ) ) ]
165165
166166extern crate alloc;
Original file line number Diff line number Diff line change 2727//! ```
2828//!
2929//! ## Features
30- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
30+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
3131#![ cfg_attr( feature = "doc" , doc = document_features:: document_features!( ) ) ]
3232pub mod matcher;
3333#[ cfg( feature = "minimal" ) ]
Original file line number Diff line number Diff line change 2727//! - And this way the str can also be compressed and then streamly decompressed.
2828//!
2929//! ## Features
30- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
30+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
3131#![ cfg_attr( feature = "doc" , doc = document_features:: document_features!( ) ) ]
3232use bon:: bon;
3333use daachorse:: { CharwiseDoubleArrayAhoCorasick , CharwiseDoubleArrayAhoCorasickBuilder , MatchKind } ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Fast Unicode utils.
99
1010## Crate features
1111*/
12- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
12+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1313#![ cfg_attr( feature = "doc" , doc = document_features:: document_features!( ) ) ]
1414pub mod ascii;
1515pub mod case;
You can’t perform that action at this time.
0 commit comments