Remove a low value comment.

This commit is contained in:
Nicholas Nethercote 2023-05-01 16:40:27 +10:00
parent 473f916d83
commit b71ce293e8

View File

@ -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};