Skip to content

Commit 4112476

Browse files
authored
fix JsonType copy (#279)
1 parent 66f2890 commit 4112476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/parse_json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use serde::de::{Deserialize, DeserializeSeed, Error as SerdeError, MapAccess, Se
77

88
use crate::build_tools::py_error;
99

10-
#[derive(Clone, Debug)]
10+
#[derive(Copy, Clone, Debug)]
1111
pub enum JsonType {
1212
Null = 0b10000000,
1313
Bool = 0b01000000,

0 commit comments

Comments
 (0)