Skip to content

Commit 100f2c3

Browse files
authored
Merge pull request #2225 from ehuss/patch-3
Correct information on dylib compression
2 parents 1eab815 + ae3a58a commit 100f2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libs-and-metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ format is specific to `rustc`, and may change over time. This file contains:
4242
### dylib
4343

4444
A `dylib` is a platform-specific shared library. It includes the `rustc`
45-
[metadata] in a special link section called `.rustc` in a compressed format.
45+
[metadata] in a special link section called `.rustc`.
4646

4747
### rmeta
4848

0 commit comments

Comments
 (0)