test: thing
This commit is contained in:
parent
65ecac0246
commit
cb87c7a112
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ pub struct MatrixSetValueError;
|
||||||
impl Error for MatrixSetValueError {}
|
impl Error for MatrixSetValueError {}
|
||||||
impl Display for MatrixSetValueError {
|
impl Display for MatrixSetValueError {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
write!(f, "Matrix set value error")
|
write!(f, "Matrix set value err")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue