File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ backtrace = [
9090 ' miniz_oxide/rustc-dep-of-std' ,
9191]
9292
93- panic-unwind = [" panic_unwind" ]
94- profiler = [" profiler_builtins" ]
93+ panic-unwind = [" dep: panic_unwind" ]
94+ profiler = [" dep: profiler_builtins" ]
9595compiler-builtins-c = [" alloc/compiler-builtins-c" ]
9696compiler-builtins-mem = [" alloc/compiler-builtins-mem" ]
9797compiler-builtins-no-asm = [" alloc/compiler-builtins-no-asm" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ compiler-builtins-no-f16-f128 = ["std/compiler-builtins-no-f16-f128"]
2020compiler-builtins-mangled-names = [" std/compiler-builtins-mangled-names" ]
2121llvm-libunwind = [" std/llvm-libunwind" ]
2222system-llvm-libunwind = [" std/system-llvm-libunwind" ]
23- panic-unwind = [" std/panic_unwind " ]
23+ panic-unwind = [" std/panic-unwind " ]
2424panic_immediate_abort = [" std/panic_immediate_abort" ]
2525optimize_for_size = [" std/optimize_for_size" ]
2626profiler = [" std/profiler" ]
You can’t perform that action at this time.
0 commit comments