Skip to content

Commit bf5bba4

Browse files
authored
Merge pull request #893 from xrelkd/chore/nix
Update `flake.lock`
2 parents 0bdba2d + 03191f7 commit bf5bba4

5 files changed

Lines changed: 117 additions & 117 deletions

File tree

Cargo.toml

Lines changed: 102 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -157,108 +157,108 @@ unused_qualifications = "deny"
157157
unused_results = "deny"
158158
variant_size_differences = "deny"
159159

160-
ambiguous_glob_imports = "deny"
161-
ambiguous_glob_reexports = "deny"
162-
anonymous_parameters = "deny"
163-
array_into_iter = "deny"
164-
asm_sub_register = "deny"
165-
bad_asm_style = "deny"
166-
bare_trait_objects = "deny"
167-
break_with_label_and_loop = "deny"
168-
clashing_extern_declarations = "deny"
169-
coherence_leak_check = "deny"
170-
confusable_idents = "deny"
171-
const_evaluatable_unchecked = "deny"
172-
const_item_mutation = "deny"
173-
dangling_pointers_from_temporaries = "deny"
174-
dead_code = "deny"
175-
deprecated = "deny"
176-
deprecated_where_clause_location = "deny"
177-
deref_into_dyn_supertrait = "deny"
178-
deref_nullptr = "deny"
179-
drop_bounds = "deny"
180-
dropping_copy_types = "deny"
181-
dropping_references = "deny"
182-
duplicate_macro_attributes = "deny"
183-
dyn_drop = "deny"
184-
elided_lifetimes_in_associated_constant = "deny"
185-
ellipsis_inclusive_range_patterns = "deny"
186-
exported_private_dependencies = "deny"
187-
for_loops_over_fallibles = "deny"
188-
forbidden_lint_groups = "deny"
189-
forgetting_copy_types = "deny"
190-
forgetting_references = "deny"
191-
function_item_references = "deny"
192-
hidden_glob_reexports = "deny"
193-
improper_ctypes = "deny"
194-
improper_ctypes_definitions = "deny"
195-
incomplete_features = "deny"
196-
inline_no_sanitize = "deny"
197-
internal_features = "deny"
198-
invalid_doc_attributes = "deny"
199-
invalid_from_utf8 = "deny"
200-
invalid_macro_export_arguments = "deny"
201-
invalid_nan_comparisons = "deny"
202-
invalid_value = "deny"
203-
irrefutable_let_patterns = "deny"
204-
large_assignments = "deny"
205-
late_bound_lifetime_arguments = "deny"
206-
legacy_derive_helpers = "deny"
207-
map_unit_fn = "deny"
208-
mixed_script_confusables = "deny"
209-
named_arguments_used_positionally = "deny"
210-
no_mangle_generic_items = "deny"
211-
non_camel_case_types = "deny"
212-
non_fmt_panics = "deny"
213-
non_shorthand_field_patterns = "deny"
214-
non_snake_case = "deny"
215-
non_upper_case_globals = "deny"
216-
noop_method_call = "deny"
217-
opaque_hidden_inferred_bound = "deny"
218-
overlapping_range_endpoints = "deny"
219-
path_statements = "deny"
220-
private_bounds = "deny"
221-
private_interfaces = "deny"
222-
redundant_semicolons = "deny"
223-
refining_impl_trait = { level = "deny", priority = -1 }
224-
renamed_and_removed_lints = "deny"
225-
repr_transparent_external_private_fields = "deny"
226-
semicolon_in_expressions_from_macros = "deny"
227-
special_module_name = "deny"
228-
stable_features = "deny"
229-
suspicious_double_ref_op = "deny"
230-
trivial_bounds = "deny"
231-
type_alias_bounds = "deny"
232-
tyvar_behind_raw_pointer = "deny"
233-
uncommon_codepoints = "deny"
234-
unconditional_recursion = "deny"
235-
unexpected_cfgs = "deny"
236-
ungated_async_fn_track_caller = "deny"
237-
uninhabited_static = "deny"
238-
unknown_lints = "deny"
239-
unnameable_test_items = "deny"
240-
unreachable_code = "deny"
241-
unreachable_patterns = "deny"
242-
unstable_name_collisions = "deny"
243-
unstable_syntax_pre_expansion = "deny"
244-
unused_allocation = "deny"
245-
unused_assignments = "deny"
246-
unused_associated_type_bounds = "deny"
247-
unused_attributes = "deny"
248-
unused_braces = "deny"
249-
unused_comparisons = "deny"
250-
unused_doc_comments = "deny"
251-
unused_features = "deny"
252-
unused_imports = "deny"
253-
unused_labels = "deny"
254-
unused_macros = "deny"
255-
unused_must_use = "deny"
256-
unused_mut = "deny"
257-
unused_parens = "deny"
258-
unused_unsafe = "deny"
259-
unused_variables = "deny"
260-
useless_ptr_null_checks = "deny"
261-
while_true = "deny"
160+
ambiguous_glob_imports = "deny"
161+
ambiguous_glob_reexports = "deny"
162+
anonymous_parameters = "deny"
163+
array_into_iter = "deny"
164+
asm_sub_register = "deny"
165+
bad_asm_style = "deny"
166+
bare_trait_objects = "deny"
167+
break_with_label_and_loop = "deny"
168+
clashing_extern_declarations = "deny"
169+
coherence_leak_check = "deny"
170+
confusable_idents = "deny"
171+
const_evaluatable_unchecked = "deny"
172+
const_item_mutation = "deny"
173+
dangling_pointers_from_temporaries = "deny"
174+
dead_code = "deny"
175+
deprecated = "deny"
176+
deprecated_where_clause_location = "deny"
177+
deref_into_dyn_supertrait = "deny"
178+
deref_nullptr = "deny"
179+
drop_bounds = "deny"
180+
dropping_copy_types = "deny"
181+
dropping_references = "deny"
182+
duplicate_macro_attributes = "deny"
183+
dyn_drop = "deny"
184+
elided_lifetimes_in_associated_constant = "deny"
185+
ellipsis_inclusive_range_patterns = "deny"
186+
exported_private_dependencies = "deny"
187+
for_loops_over_fallibles = "deny"
188+
forbidden_lint_groups = "deny"
189+
forgetting_copy_types = "deny"
190+
forgetting_references = "deny"
191+
function_item_references = "deny"
192+
hidden_glob_reexports = "deny"
193+
improper_ctypes = "deny"
194+
improper_ctypes_definitions = "deny"
195+
incomplete_features = "deny"
196+
inline_no_sanitize = "deny"
197+
internal_features = "deny"
198+
invalid_doc_attributes = "deny"
199+
invalid_from_utf8 = "deny"
200+
invalid_macro_export_arguments = "deny"
201+
invalid_nan_comparisons = "deny"
202+
invalid_value = "deny"
203+
irrefutable_let_patterns = "deny"
204+
large_assignments = "deny"
205+
late_bound_lifetime_arguments = "deny"
206+
legacy_derive_helpers = "deny"
207+
map_unit_fn = "deny"
208+
mixed_script_confusables = "deny"
209+
named_arguments_used_positionally = "deny"
210+
no_mangle_generic_items = "deny"
211+
non_camel_case_types = "deny"
212+
non_fmt_panics = "deny"
213+
non_shorthand_field_patterns = "deny"
214+
non_snake_case = "deny"
215+
non_upper_case_globals = "deny"
216+
noop_method_call = "deny"
217+
opaque_hidden_inferred_bound = "deny"
218+
overlapping_range_endpoints = "deny"
219+
path_statements = "deny"
220+
private_bounds = "deny"
221+
private_interfaces = "deny"
222+
redundant_semicolons = "deny"
223+
refining_impl_trait = { level = "deny", priority = -1 }
224+
renamed_and_removed_lints = "deny"
225+
repr_transparent_non_zst_fields = "deny"
226+
semicolon_in_expressions_from_macros = "deny"
227+
special_module_name = "deny"
228+
stable_features = "deny"
229+
suspicious_double_ref_op = "deny"
230+
trivial_bounds = "deny"
231+
type_alias_bounds = "deny"
232+
tyvar_behind_raw_pointer = "deny"
233+
uncommon_codepoints = "deny"
234+
unconditional_recursion = "deny"
235+
unexpected_cfgs = "deny"
236+
ungated_async_fn_track_caller = "deny"
237+
uninhabited_static = "deny"
238+
unknown_lints = "deny"
239+
unnameable_test_items = "deny"
240+
unreachable_code = "deny"
241+
unreachable_patterns = "deny"
242+
unstable_name_collisions = "deny"
243+
unstable_syntax_pre_expansion = "deny"
244+
unused_allocation = "deny"
245+
unused_assignments = "deny"
246+
unused_associated_type_bounds = "deny"
247+
unused_attributes = "deny"
248+
unused_braces = "deny"
249+
unused_comparisons = "deny"
250+
unused_doc_comments = "deny"
251+
unused_features = "deny"
252+
unused_imports = "deny"
253+
unused_labels = "deny"
254+
unused_macros = "deny"
255+
unused_must_use = "deny"
256+
unused_mut = "deny"
257+
unused_parens = "deny"
258+
unused_unsafe = "deny"
259+
unused_variables = "deny"
260+
useless_ptr_null_checks = "deny"
261+
while_true = "deny"
262262

263263
[workspace.lints.clippy]
264264
module_name_repetitions = { level = "allow", priority = 1 }

crates/server/src/snippets/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async fn load(config: &config::SnippetConfig) -> HashMap<ClipEntry, Option<PathB
3939
clipcat_base::utils::fs::read_dir_recursively_async(&path)
4040
.await
4141
.into_iter()
42-
.map(|file| (async move { (tokio::fs::read(&file).await.ok(), file) })),
42+
.map(|file| async move { (tokio::fs::read(&file).await.ok(), file) }),
4343
)
4444
.await
4545
.into_iter()

devshell/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pkgs.mkShell {
4040

4141
buf
4242
hclfmt
43-
nixfmt-rfc-style
43+
nixfmt
4444
nodePackages.prettier
4545
shfmt
4646
taplo

devshell/format.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkgs.runCommandNoCC "check-format"
88
shellcheck
99

1010
buf
11-
nixfmt-rfc-style
11+
nixfmt
1212
nodePackages.prettier
1313
shfmt
1414
taplo

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)