about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-13 05:16:59 +0200
committerGitHub <noreply@github.com>2025-06-13 05:16:59 +0200
commit86e9995e7ab80e87cd5e5ecc6b075def6a28428b (patch)
tree8d117417ca602edc6b100e66359871d681fcf8a3 /src
parent4838c0085c889dc410f3c1f449b8ed66cb393bb3 (diff)
parent62418f4c56e57a591d51ba24ccbd6c7271ce4cb5 (diff)
downloadrust-86e9995e7ab80e87cd5e5ecc6b075def6a28428b.tar.gz
rust-86e9995e7ab80e87cd5e5ecc6b075def6a28428b.zip
Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee
intrinsics: rename min_align_of to align_of

Now that `pref_align_of` is gone (https://github.com/rust-lang/rust/pull/141803), we can give the intrinsic backing `align_of` its proper name.

r? `@workingjubilee` or `@bjorn3`
Diffstat (limited to 'src')
-rw-r--r--src/tools/clippy/clippy_utils/src/sym.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clippy/clippy_utils/src/sym.rs b/src/tools/clippy/clippy_utils/src/sym.rs
index f417530be36..11b085b7058 100644
--- a/src/tools/clippy/clippy_utils/src/sym.rs
+++ b/src/tools/clippy/clippy_utils/src/sym.rs
@@ -76,7 +76,6 @@ generate! {
     Visitor,
     Weak,
     abs,
-    align_of,
     ambiguous_glob_reexports,
     append,
     arg,