4 |
/// the result to extract the background in ANSI.
|
5 |
#[allow(clippy::iter_skip_next)]
|
6 |
pub fn bg_color() -> Result<AnsiColor, TlError> {
|
541 |
#[test]
|
542 |
#[allow(clippy::iter_skip_next)]
|
543 |
fn waveform_iterator_is_infinite_single() {
|
551 |
#[test]
|
552 |
#[allow(clippy::iter_skip_next)]
|
553 |
fn waveform_iterator_is_infinite_double() {
|