File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ clippy_tfhe_lints: install_cargo_dylint # the toolchain is selected with toolcha
438438.PHONY : clippy_all # Run all clippy targets
439439clippy_all : clippy_rustdoc clippy clippy_boolean clippy_shortint clippy_integer clippy_all_targets \
440440clippy_c_api clippy_js_wasm_api clippy_tasks clippy_core clippy_tfhe_csprng clippy_zk_pok clippy_trivium \
441- clippy_versionable # clippy_tfhe_lints
441+ clippy_versionable clippy_tfhe_lints
442442
443443.PHONY : clippy_fast # Run main clippy targets
444444clippy_fast : clippy_rustdoc clippy clippy_all_targets clippy_c_api clippy_js_wasm_api clippy_tasks \
@@ -1346,8 +1346,8 @@ sha256_bool: install_rs_check_toolchain
13461346
13471347.PHONY : pcc # pcc stands for pre commit checks (except GPU)
13481348pcc : no_tfhe_typo no_dbg_log check_parameter_export_ok check_fmt check_typos lint_doc \
1349- check_md_docs_are_tested check_intra_md_links clippy_all check_compile_tests # test_tfhe_lints \
1350- # tfhe_lints
1349+ check_md_docs_are_tested check_intra_md_links clippy_all check_compile_tests test_tfhe_lints \
1350+ tfhe_lints
13511351
13521352.PHONY : pcc_gpu # pcc stands for pre commit checks for GPU compilation
13531353pcc_gpu : check_rust_bindings_did_not_change clippy_rustdoc_gpu \
You can’t perform that action at this time.
0 commit comments