Fix build?
timw4mail/json-parser/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-04-16 22:30:23 -04:00
parent 12924f2f69
commit 90a7767775
1 changed files with 2 additions and 1 deletions

View File

@ -658,8 +658,9 @@ impl JSON {
}
}
#[cfg_attr(tarpaulin, skip)]
#[cfg(test)]
#[cfg_attr(tarpaulin, ignore)]
mod tests {
use super::JSONValue::{Array, Number, True};
use super::*;