Skip to content

Commit

Permalink
[fixup] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Mar 31, 2023
1 parent cfe0ad4 commit 62f2857
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pretty_assertions/src/lib.rs
Expand Up @@ -84,14 +84,6 @@ use core::fmt::{self, Debug, Display};

mod printer;

#[cfg(windows)]
use ctor::*;
#[cfg(windows)]
#[ctor]
fn init() {
output_vt100::try_init().ok(); // Do not panic on fail
}

/// A comparison of two values.
///
/// Where both values implement `Debug`, the comparison can be displayed as a pretty diff.
Expand Down

0 comments on commit 62f2857

Please sign in to comment.