Skip to content

Commit

Permalink
"Warning div" instead of emoji "⚠"
Browse files Browse the repository at this point in the history
Markdown can not be used inside it.
It renders well in the documentation and in my IDE (Sublime Text: orange text).
  • Loading branch information
Philippe-Cholet committed Jun 18, 2024
1 parent c3f335b commit df96c73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2338,8 +2338,8 @@ pub trait Itertools: Iterator {
/// # Panics
/// When the formatter helper is formatted more than once.
///
/// This can happen unexpectedly and be hard to debug if used in
/// _macros of some logging frameworks_ like `tracing`! ⚠
/// <div class="warning">This can happen unexpectedly and be hard to debug if used in
/// <i>macros of some logging frameworks</i> like <code>tracing</code>!</div>
///
/// ```should_panic
/// # macro_rules! tracing_info {
Expand Down Expand Up @@ -2393,8 +2393,8 @@ pub trait Itertools: Iterator {
/// # Panics
/// When the formatter helper is formatted more than once.
///
/// This can happen unexpectedly and be hard to debug if used in
/// _macros of some logging frameworks_ like `tracing`! ⚠
/// <div class="warning">This can happen unexpectedly and be hard to debug if used in
/// <i>macros of some logging frameworks</i> like <code>tracing</code>!</div>
///
/// ```should_panic
/// # macro_rules! tracing_info {
Expand Down

0 comments on commit df96c73

Please sign in to comment.