aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_api/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/proc_macro_api/src')
-rw-r--r--crates/proc_macro_api/src/lib.rs2
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: