Skip to content

Commit

Permalink
Remove unused unused (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad authored and birchmd committed Feb 16, 2022
1 parent 79cf8f8 commit 0735a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/src/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ impl core::fmt::Display for JsonValue {
}
}

#[allow(dead_code)]
pub fn parse_json(data: &[u8]) -> Option<JsonValue> {
let data_array: Vec<char> = data.iter().map(|b| *b as char).collect::<Vec<_>>();
let mut index = 0;
Expand Down

0 comments on commit 0735a1d

Please sign in to comment.