mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-25 04:44:22 +00:00
Update comment
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
55d73bc675
commit
c92db2abf9
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ impl ProcMacroClient {
|
|||
// * [b'r',b'u',b's',b't',0,0,0,5] is the first 8 bytes
|
||||
// * ff060000 734e6150 is followed, it's the snappy format magic bytes,
|
||||
// means bytes from here(including this sequence) are compressed in
|
||||
// snappy compression format. Version info is here inside, so decompress
|
||||
// snappy compression format. Version info is inside here, so decompress
|
||||
// this.
|
||||
// The bytes you get after decompressing the snappy format portion has
|
||||
// following layout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue