Skip to content

Commit 68c4fb8

Browse files
committed
Remove example in test for is_nonspacing_mark because it's currently private
1 parent 699a2b5 commit 68c4fb8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/libcore/char/methods.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -696,16 +696,6 @@ impl char {
696696
///
697697
/// 'Nonspacing mark code point' is defined in terms of the Unicode General
698698
/// Category `Mn`.
699-
///
700-
/// # Examples
701-
///
702-
/// Basic usage:
703-
///
704-
/// ```
705-
/// // U+0301, COMBINING ACUTE ACCENT
706-
/// assert!('\u{301}'.is_nonspacing_mark());
707-
/// assert!(!'e'.is_nonspacing_mark());
708-
/// ```
709699
#[unstable(feature = "rustc_private",
710700
reason = "mainly needed for compiler internals",
711701
issue = "27812")]

0 commit comments

Comments
 (0)