You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jemalloc is being re-built on every make check / make check-stage1 etc.
We manage to avoid doing such rebuilds for libuv and llvm. We should figure out what makefile hacking is necessary to give jemalloc the same treatment.
The text was updated successfully, but these errors were encountered:
… deprecated configurations (rust-lang#14280)
This PR does two things:
- It renames `inconsistent_struct_constructor`'s configuration from
`lint-inconsistent-struct-field-initializers` to
`check-inconsistent-struct-field-initializers`. (I should have suggested
`check-...` in
[rust-lang#13737](rust-lang/rust-clippy#13737 (comment)).)
- It causes Clippy to no longer suggest deprecated configurations.
(Previously, Clippy would suggest `cyclomatic-complexity-threshold`, for
example.)
r? @y21
changelog: Rename `lint-inconsistent-struct-field-initializers` to
`check-inconsistent-struct-field-initializers`
changelog: No longer suggest deprecated configurations
jemalloc is being re-built on every
make check
/make check-stage1
etc.We manage to avoid doing such rebuilds for libuv and llvm. We should figure out what makefile hacking is necessary to give jemalloc the same treatment.
The text was updated successfully, but these errors were encountered: