about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/serialize.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-05-01 16:40:27 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2023-05-04 10:42:42 +1000
commitb71ce293e843f17e27bd2868981dead23691019e (patch)
tree9ac84ef6d18f8310b504a0b10e1c062f19248bf3 /compiler/rustc_serialize/src/serialize.rs
parent473f916d836cc662c5bdbb0d40af9fb4678fab9e (diff)
downloadrust-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.rs4
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};