Skip to content

Commit

Permalink
Fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Aug 14, 2022
1 parent 90536df commit abfea8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@
//!
//! Some of the notable differences:
//!
//! - Output capture and `--nocapture`: simply not supported. `libtest` uses
//! internal `std` functions to temporarily redirect output. See [this issue]
//! (https://github.com/LukasKalbertodt/libtest-mimic/issues/9) for more
//! - Output capture and `--nocapture`: simply not supported. The official
//! `libtest` uses internal `std` functions to temporarily redirect output.
//! `libtest-mimic` cannot use those. See [this issue][capture] for more
//! information.
//! - `--format=json|junit`
//!
//! [capture]: https://github.com/LukasKalbertodt/libtest-mimic/issues/9

use std::{process, sync::mpsc, fmt, time::Instant};

Expand Down

0 comments on commit abfea8d

Please sign in to comment.