value not debug

This commit is contained in:
Brett Mayson
2024-04-25 00:52:58 +00:00
parent b06c98c842
commit fc857a370f
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@@ -49,7 +49,7 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "arma3-wiki"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"directories",
"fs_extra",
@@ -2058,9 +2058,9 @@ dependencies = [
[[package]]
name = "winapi-util"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134306a13c5647ad6453e8deaec55d3a44d6021970129e6188735e74bf546697"
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
"windows-sys 0.52.0",
]
@@ -2225,6 +2225,6 @@ dependencies = [
[[package]]
name = "zeroize"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
checksum = "63381fa6624bf92130a6b87c0d07380116f80b565c42cf0d754136f0238359ef"

View File

@@ -2,7 +2,7 @@
name = "arma3-wiki"
description = "A project to store data about Arma 3 commands in a useable format"
license = "MIT"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
[lints]

View File

@@ -161,7 +161,7 @@ impl std::fmt::Display for Value {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(
f,
"{:?}",
"{}",
match self {
Self::Anything => "Anything".to_string(),
Self::ArraySized { types, .. } => format!("Array [{}]", {