提交 5abe7442 authored 作者: Serhij S's avatar Serhij S

err eq

上级 90604f54
......@@ -25,7 +25,7 @@ pub mod ttlcell;
pub type Result<T> = std::result::Result<T, Error>;
/// The crate error type
#[derive(thiserror::Error, Debug)]
#[derive(thiserror::Error, Debug, PartialEq, Eq)]
pub enum Error {
/// the channel is full and the value can not be sent
#[error("channel full")]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论