File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
537
537
538
538
[[package ]]
539
539
name = " clippy"
540
- version = " 0.1.89 "
540
+ version = " 0.1.90 "
541
541
dependencies = [
542
542
" anstream" ,
543
543
" askama" ,
@@ -547,6 +547,7 @@ dependencies = [
547
547
" clippy_lints_internal" ,
548
548
" clippy_utils" ,
549
549
" color-print" ,
550
+ " declare_clippy_lint" ,
550
551
" filetime" ,
551
552
" futures" ,
552
553
" if_chain" ,
@@ -569,7 +570,7 @@ dependencies = [
569
570
570
571
[[package ]]
571
572
name = " clippy_config"
572
- version = " 0.1.89 "
573
+ version = " 0.1.90 "
573
574
dependencies = [
574
575
" clippy_utils" ,
575
576
" itertools" ,
@@ -592,12 +593,13 @@ dependencies = [
592
593
593
594
[[package ]]
594
595
name = " clippy_lints"
595
- version = " 0.1.89 "
596
+ version = " 0.1.90 "
596
597
dependencies = [
597
598
" arrayvec" ,
598
599
" cargo_metadata 0.18.1" ,
599
600
" clippy_config" ,
600
601
" clippy_utils" ,
602
+ " declare_clippy_lint" ,
601
603
" itertools" ,
602
604
" quine-mc_cluskey" ,
603
605
" regex-syntax 0.8.5" ,
@@ -622,7 +624,7 @@ dependencies = [
622
624
623
625
[[package ]]
624
626
name = " clippy_utils"
625
- version = " 0.1.89 "
627
+ version = " 0.1.90 "
626
628
dependencies = [
627
629
" arrayvec" ,
628
630
" itertools" ,
@@ -931,6 +933,10 @@ dependencies = [
931
933
" winapi" ,
932
934
]
933
935
936
+ [[package ]]
937
+ name = " declare_clippy_lint"
938
+ version = " 0.1.90"
939
+
934
940
[[package ]]
935
941
name = " derive-where"
936
942
version = " 1.4.0"
You can’t perform that action at this time.
0 commit comments