diff options
author | Jay Somedon <[email protected]> | 2020-12-23 14:04:39 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2021-03-04 01:11:43 +0000 |
commit | c92db2abf989e76f6c6a4407c5ac3bfa7262c19a (patch) | |
tree | 60c085bc557b2d8e1b54d6ab1ca064acd87c4083 /crates/proc_macro_api/src | |
parent | 55d73bc6754c351dead6ab4d4b57ddaa347734d6 (diff) |
Update comment
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/proc_macro_api/src')
-rw-r--r-- | crates/proc_macro_api/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_api/src/lib.rs b/crates/proc_macro_api/src/lib.rs index a58e39de0..34a4e68ab 100644 --- a/crates/proc_macro_api/src/lib.rs +++ b/crates/proc_macro_api/src/lib.rs | |||
@@ -132,7 +132,7 @@ impl ProcMacroClient { | |||
132 | // * [b'r',b'u',b's',b't',0,0,0,5] is the first 8 bytes | 132 | // * [b'r',b'u',b's',b't',0,0,0,5] is the first 8 bytes |
133 | // * ff060000 734e6150 is followed, it's the snappy format magic bytes, | 133 | // * ff060000 734e6150 is followed, it's the snappy format magic bytes, |
134 | // means bytes from here(including this sequence) are compressed in | 134 | // means bytes from here(including this sequence) are compressed in |
135 | // snappy compression format. Version info is here inside, so decompress | 135 | // snappy compression format. Version info is inside here, so decompress |
136 | // this. | 136 | // this. |
137 | // The bytes you get after decompressing the snappy format portion has | 137 | // The bytes you get after decompressing the snappy format portion has |
138 | // following layout: | 138 | // following layout: |