File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ backtrace = [
93
93
' miniz_oxide/rustc-dep-of-std' ,
94
94
]
95
95
96
- panic-unwind = [" panic_unwind" ]
96
+ panic-unwind = [" dep: panic_unwind" ]
97
97
compiler-builtins-c = [" alloc/compiler-builtins-c" ]
98
98
compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
99
99
compiler-builtins-no-asm = [" alloc/compiler-builtins-no-asm" ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ debug_typeid = ["std/debug_typeid"]
26
26
llvm-libunwind = [" std/llvm-libunwind" ]
27
27
system-llvm-libunwind = [" std/system-llvm-libunwind" ]
28
28
optimize_for_size = [" std/optimize_for_size" ]
29
- panic-unwind = [" std/panic_unwind " ]
29
+ panic-unwind = [" std/panic-unwind " ]
30
30
panic_immediate_abort = [" std/panic_immediate_abort" ]
31
31
profiler = [" dep:profiler_builtins" ]
32
32
std_detect_file_io = [" std/std_detect_file_io" ]
You can’t perform that action at this time.
0 commit comments