@@ -113,7 +113,7 @@ itertools = "0.12.0"
113113libc = " 0.2.150"
114114nohash-hasher = " 0.2.0"
115115rayon = " 1.8.0"
116- rust-analyzer-salsa = " 0.17.0-pre.5 "
116+ rust-analyzer-salsa = " 0.17.0-pre.6 "
117117rustc-hash = " 1.1.0"
118118semver = " 1.0.14"
119119serde = { version = " 1.0.192" , features = [" derive" ] }
@@ -128,9 +128,9 @@ text-size = "1.1.1"
128128tracing = " 0.1.40"
129129tracing-tree = " 0.3.0"
130130tracing-subscriber = { version = " 0.3.18" , default-features = false , features = [
131- " registry" ,
132- " fmt" ,
133- " tracing-log" ,
131+ " registry" ,
132+ " fmt" ,
133+ " tracing-log" ,
134134] }
135135triomphe = { version = " 0.1.10" , default-features = false , features = [" std" ] }
136136xshell = " 0.2.5"
@@ -167,29 +167,14 @@ new_ret_no_self = "allow"
167167
168168# # Following lints should be tackled at some point
169169borrowed_box = " allow"
170- borrow_deref_ref = " allow"
171- derivable_impls = " allow"
172170derived_hash_with_manual_eq = " allow"
173- field_reassign_with_default = " allow"
174171forget_non_drop = " allow"
175- format_collect = " allow"
176- large_enum_variant = " allow"
177172needless_doctest_main = " allow"
178- new_without_default = " allow"
179173non_canonical_clone_impl = " allow"
180174non_canonical_partial_ord_impl = " allow"
181175self_named_constructors = " allow"
182- skip_while_next = " allow"
183176too_many_arguments = " allow"
184- toplevel_ref_arg = " allow"
185177type_complexity = " allow"
186- unnecessary_cast = " allow"
187- unnecessary_filter_map = " allow"
188- unnecessary_lazy_evaluations = " allow"
189- unnecessary_mut_passed = " allow"
190- useless_conversion = " allow"
191- useless_format = " allow"
192- wildcard_in_or_patterns = " allow"
193178wrong_self_convention = " allow"
194179
195180# # warn at following lints
0 commit comments