Correct information on dylib compression
Compression of dylibs was removed in https://github.com/rust-lang/rust/pull/113695 (and decompression removed in https://github.com/rust-lang/rust/pull/132402).
This commit is contained in:
parent
1eab81562b
commit
ae3a58a13a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue