aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-12 15:32:36 +0100
committerAleksey Kladov <[email protected]>2020-08-12 15:35:29 +0100
commit208b7bd7ba687fb570feb1b89219f14c63712ce8 (patch)
treec39749d1b71b73b4017c2d0d848ebdc85e570c39 /Cargo.lock
parent98baa9b569b49162392ed4149dd435854fe941b8 (diff)
Rename ra_prof -> profile
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock42
1 files changed, 21 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ab1698b11..c2a0457c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -895,6 +895,18 @@ dependencies = [
895] 895]
896 896
897[[package]] 897[[package]]
898name = "profile"
899version = "0.0.0"
900dependencies = [
901 "arena",
902 "backtrace",
903 "cfg-if",
904 "libc",
905 "once_cell",
906 "perf-event",
907]
908
909[[package]]
898name = "quote" 910name = "quote"
899version = "1.0.7" 911version = "1.0.7"
900source = "registry+https://github.com/rust-lang/crates.io-index" 912source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -909,11 +921,11 @@ version = "0.1.0"
909dependencies = [ 921dependencies = [
910 "either", 922 "either",
911 "itertools", 923 "itertools",
924 "profile",
912 "ra_db", 925 "ra_db",
913 "ra_fmt", 926 "ra_fmt",
914 "ra_hir", 927 "ra_hir",
915 "ra_ide_db", 928 "ra_ide_db",
916 "ra_prof",
917 "ra_syntax", 929 "ra_syntax",
918 "ra_text_edit", 930 "ra_text_edit",
919 "rustc-hash", 931 "rustc-hash",
@@ -935,8 +947,8 @@ dependencies = [
935name = "ra_db" 947name = "ra_db"
936version = "0.1.0" 948version = "0.1.0"
937dependencies = [ 949dependencies = [
950 "profile",
938 "ra_cfg", 951 "ra_cfg",
939 "ra_prof",
940 "ra_syntax", 952 "ra_syntax",
941 "ra_tt", 953 "ra_tt",
942 "rustc-hash", 954 "rustc-hash",
@@ -962,11 +974,11 @@ dependencies = [
962 "either", 974 "either",
963 "itertools", 975 "itertools",
964 "log", 976 "log",
977 "profile",
965 "ra_db", 978 "ra_db",
966 "ra_hir_def", 979 "ra_hir_def",
967 "ra_hir_expand", 980 "ra_hir_expand",
968 "ra_hir_ty", 981 "ra_hir_ty",
969 "ra_prof",
970 "ra_syntax", 982 "ra_syntax",
971 "rustc-hash", 983 "rustc-hash",
972 "stdx", 984 "stdx",
@@ -986,11 +998,11 @@ dependencies = [
986 "itertools", 998 "itertools",
987 "log", 999 "log",
988 "once_cell", 1000 "once_cell",
1001 "profile",
989 "ra_cfg", 1002 "ra_cfg",
990 "ra_db", 1003 "ra_db",
991 "ra_hir_expand", 1004 "ra_hir_expand",
992 "ra_mbe", 1005 "ra_mbe",
993 "ra_prof",
994 "ra_syntax", 1006 "ra_syntax",
995 "ra_tt", 1007 "ra_tt",
996 "rustc-hash", 1008 "rustc-hash",
@@ -1006,10 +1018,10 @@ dependencies = [
1006 "arena", 1018 "arena",
1007 "either", 1019 "either",
1008 "log", 1020 "log",
1021 "profile",
1009 "ra_db", 1022 "ra_db",
1010 "ra_mbe", 1023 "ra_mbe",
1011 "ra_parser", 1024 "ra_parser",
1012 "ra_prof",
1013 "ra_syntax", 1025 "ra_syntax",
1014 "ra_tt", 1026 "ra_tt",
1015 "rustc-hash", 1027 "rustc-hash",
@@ -1029,10 +1041,10 @@ dependencies = [
1029 "expect", 1041 "expect",
1030 "itertools", 1042 "itertools",
1031 "log", 1043 "log",
1044 "profile",
1032 "ra_db", 1045 "ra_db",
1033 "ra_hir_def", 1046 "ra_hir_def",
1034 "ra_hir_expand", 1047 "ra_hir_expand",
1035 "ra_prof",
1036 "ra_syntax", 1048 "ra_syntax",
1037 "rustc-hash", 1049 "rustc-hash",
1038 "scoped-tls", 1050 "scoped-tls",
@@ -1054,13 +1066,13 @@ dependencies = [
1054 "itertools", 1066 "itertools",
1055 "log", 1067 "log",
1056 "oorandom", 1068 "oorandom",
1069 "profile",
1057 "ra_assists", 1070 "ra_assists",
1058 "ra_cfg", 1071 "ra_cfg",
1059 "ra_db", 1072 "ra_db",
1060 "ra_fmt", 1073 "ra_fmt",
1061 "ra_hir", 1074 "ra_hir",
1062 "ra_ide_db", 1075 "ra_ide_db",
1063 "ra_prof",
1064 "ra_ssr", 1076 "ra_ssr",
1065 "ra_syntax", 1077 "ra_syntax",
1066 "ra_text_edit", 1078 "ra_text_edit",
@@ -1077,9 +1089,9 @@ dependencies = [
1077 "fst", 1089 "fst",
1078 "log", 1090 "log",
1079 "once_cell", 1091 "once_cell",
1092 "profile",
1080 "ra_db", 1093 "ra_db",
1081 "ra_hir", 1094 "ra_hir",
1082 "ra_prof",
1083 "ra_syntax", 1095 "ra_syntax",
1084 "ra_text_edit", 1096 "ra_text_edit",
1085 "rayon", 1097 "rayon",
@@ -1138,18 +1150,6 @@ dependencies = [
1138] 1150]
1139 1151
1140[[package]] 1152[[package]]
1141name = "ra_prof"
1142version = "0.1.0"
1143dependencies = [
1144 "arena",
1145 "backtrace",
1146 "cfg-if",
1147 "libc",
1148 "once_cell",
1149 "perf-event",
1150]
1151
1152[[package]]
1153name = "ra_project_model" 1153name = "ra_project_model"
1154version = "0.1.0" 1154version = "0.1.0"
1155dependencies = [ 1155dependencies = [
@@ -1314,6 +1314,7 @@ dependencies = [
1314 "oorandom", 1314 "oorandom",
1315 "parking_lot", 1315 "parking_lot",
1316 "pico-args", 1316 "pico-args",
1317 "profile",
1317 "ra_cfg", 1318 "ra_cfg",
1318 "ra_db", 1319 "ra_db",
1319 "ra_hir", 1320 "ra_hir",
@@ -1323,7 +1324,6 @@ dependencies = [
1323 "ra_ide_db", 1324 "ra_ide_db",
1324 "ra_mbe", 1325 "ra_mbe",
1325 "ra_proc_macro_srv", 1326 "ra_proc_macro_srv",
1326 "ra_prof",
1327 "ra_project_model", 1327 "ra_project_model",
1328 "ra_ssr", 1328 "ra_ssr",
1329 "ra_syntax", 1329 "ra_syntax",