This commit is contained in:
parent
12924f2f69
commit
90a7767775
@ -658,8 +658,9 @@ impl JSON {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg_attr(tarpaulin, skip)]
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
#[cfg_attr(tarpaulin, ignore)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::JSONValue::{Array, Number, True};
|
use super::JSONValue::{Array, Number, True};
|
||||||
use super::*;
|
use super::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user