Skip to content

Commit 3422a04

Browse files
Copilotbenhillis
andcommitted
Revert flattened error hierarchies back to original Error struct + ErrorKind enum structure
Co-authored-by: benhillis <[email protected]>
1 parent 51b216e commit 3422a04

File tree

6 files changed

+418
-371
lines changed

6 files changed

+418
-371
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,6 @@ dependencies = [
28792879
"igvm_defs",
28802880
"inspect",
28812881
"memory_range",
2882-
"thiserror 2.0.12",
28832882
"tracing",
28842883
]
28852884

@@ -2975,7 +2974,6 @@ dependencies = [
29752974
"bitfield-struct 0.10.1",
29762975
"open_enum",
29772976
"static_assertions",
2978-
"thiserror 2.0.12",
29792977
"zerocopy 0.8.24",
29802978
]
29812979

openhcl/host_fdt_parser/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ inspect = { workspace = true, optional = true }
1919

2020
arrayvec.workspace = true
2121
igvm_defs.workspace = true
22-
thiserror.workspace = true
2322
tracing = { workspace = true, optional = true }
2423

2524
[lints]

0 commit comments

Comments
 (0)