Skip to content

Commit 2f23f60

Browse files
authored
impl: remove duplicate of 'cfg' attribute
PR #871
1 parent 284d846 commit 2f23f60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ pub use crate::re_builder::unicode::*;
628628
#[cfg(feature = "std")]
629629
pub use crate::re_set::unicode::*;
630630
#[cfg(feature = "std")]
631-
#[cfg(feature = "std")]
632631
pub use crate::re_unicode::{
633632
escape, CaptureLocations, CaptureMatches, CaptureNames, Captures,
634633
Locations, Match, Matches, NoExpand, Regex, Replacer, ReplacerRef, Split,

0 commit comments

Comments
 (0)