We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473f916 commit b71ce29Copy full SHA for b71ce29
compiler/rustc_serialize/src/serialize.rs
@@ -1,9 +1,5 @@
1
//! Support code for encoding and decoding types.
2
3
-/*
4
-Core encoding and decoding interfaces.
5
-*/
6
-
7
use std::alloc::Allocator;
8
use std::borrow::Cow;
9
use std::cell::{Cell, RefCell};
0 commit comments