File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ backtrace = [
9393 ' miniz_oxide/rustc-dep-of-std' ,
9494]
9595
96- panic-unwind = [" panic_unwind" ]
96+ panic-unwind = [" dep: panic_unwind" ]
9797compiler-builtins-c = [" alloc/compiler-builtins-c" ]
9898compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
9999compiler-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"]
2626llvm-libunwind = [" std/llvm-libunwind" ]
2727system-llvm-libunwind = [" std/system-llvm-libunwind" ]
2828optimize_for_size = [" std/optimize_for_size" ]
29- panic-unwind = [" std/panic_unwind " ]
29+ panic-unwind = [" std/panic-unwind " ]
3030panic_immediate_abort = [" std/panic_immediate_abort" ]
3131profiler = [" dep:profiler_builtins" ]
3232std_detect_file_io = [" std/std_detect_file_io" ]
You can’t perform that action at this time.
0 commit comments