Skip to content

Commit

Permalink
Fix broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Apr 7, 2024
1 parent 80640c6 commit 4f7002c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wright/src/reporting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ impl Diagnostic {

/// Write this [Diagnostic] to the given writer.
///
/// [Diagnostic::color_choice] will be ignored by this function. It is only used as a default
/// to designate the color used when writing to [StandardStream]s.
///
/// It is suggested to use [supports_unicode] to determine a good value for `write_unicode` when writing to
/// standard streams. That is what this crate does in functions like [Diagnostic::print].
pub fn write<W: WriteColor>(&self, w: &mut W, write_unicode: bool) -> io::Result<()> {
Expand Down

0 comments on commit 4f7002c

Please sign in to comment.