Skip to content

Commit

Permalink
Remove example in test for is_nonspacing_mark because it's currently …
Browse files Browse the repository at this point in the history
…private
  • Loading branch information
varkor committed May 21, 2018
1 parent 699a2b5 commit 68c4fb8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/libcore/char/methods.rs
Expand Up @@ -696,16 +696,6 @@ impl char {
///
/// 'Nonspacing mark code point' is defined in terms of the Unicode General
/// Category `Mn`.
///
/// # Examples
///
/// Basic usage:
///
/// ```
/// // U+0301, COMBINING ACUTE ACCENT
/// assert!('\u{301}'.is_nonspacing_mark());
/// assert!(!'e'.is_nonspacing_mark());
/// ```
#[unstable(feature = "rustc_private",
reason = "mainly needed for compiler internals",
issue = "27812")]
Expand Down

0 comments on commit 68c4fb8

Please sign in to comment.