about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-01-26 22:22:47 +0200
committerGitHub <noreply@github.com>2025-01-26 22:22:47 +0200
commitf6bd61aa710d0ed3888ffdd32a141f4c03a3e395 (patch)
treed6fb5382b03f00e3f2cd3868f46954e51339dab2
parentc8ed8d4b476760feeebbeb1627e52cb26525ba55 (diff)
parent5210a8d1e9789ad961b8464958fee3e804552a7e (diff)
downloadrust-f6bd61aa710d0ed3888ffdd32a141f4c03a3e395.tar.gz
rust-f6bd61aa710d0ed3888ffdd32a141f4c03a3e395.zip
Merge pull request #2225 from ehuss/patch-3
Correct information on dylib compression
-rw-r--r--src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md b/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md
index b0823b9a5ee..556b3fdf8f8 100644
--- a/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md
+++ b/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md
@@ -42,7 +42,7 @@ format is specific to `rustc`, and may change over time. This file contains:
 ### dylib
 
 A `dylib` is a platform-specific shared library. It includes the `rustc`
-[metadata] in a special link section called `.rustc` in a compressed format.
+[metadata] in a special link section called `.rustc`.
 
 ### rmeta