diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-05-01 16:40:27 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-05-04 10:42:42 +1000 |
| commit | b71ce293e843f17e27bd2868981dead23691019e (patch) | |
| tree | 9ac84ef6d18f8310b504a0b10e1c062f19248bf3 /compiler/rustc_serialize/src/serialize.rs | |
| parent | 473f916d836cc662c5bdbb0d40af9fb4678fab9e (diff) | |
| download | rust-b71ce293e843f17e27bd2868981dead23691019e.tar.gz rust-b71ce293e843f17e27bd2868981dead23691019e.zip | |
Remove a low value comment.
Diffstat (limited to 'compiler/rustc_serialize/src/serialize.rs')
| -rw-r--r-- | compiler/rustc_serialize/src/serialize.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_serialize/src/serialize.rs b/compiler/rustc_serialize/src/serialize.rs index e1bc598736f..4abbd7f3c59 100644 --- a/compiler/rustc_serialize/src/serialize.rs +++ b/compiler/rustc_serialize/src/serialize.rs @@ -1,9 +1,5 @@ //! Support code for encoding and decoding types. -/* -Core encoding and decoding interfaces. -*/ - use std::alloc::Allocator; use std::borrow::Cow; use std::cell::{Cell, RefCell}; |
