diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-03-18 10:26:46 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-03-18 10:26:46 +0200 |
commit | cb87c7a1127b6fa3e748687d9b5035a372a02f98 (patch) | |
tree | 3fccdb030e35b301a5a062e50e941716563d32da | |
parent | 65ecac02461d810fa851b80807289d3ae7c1495d (diff) | |
download | matrix-rs-cb87c7a1127b6fa3e748687d9b5035a372a02f98.tar.gz matrix-rs-cb87c7a1127b6fa3e748687d9b5035a372a02f98.tar.bz2 matrix-rs-cb87c7a1127b6fa3e748687d9b5035a372a02f98.zip |
test: thing
-rw-r--r-- | src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs index f5309e1..41da7f5 100644 --- a/src/error.rs +++ b/src/error.rs @@ -13,6 +13,6 @@ pub struct MatrixSetValueError; impl Error for MatrixSetValueError {} impl Display for MatrixSetValueError { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { - write!(f, "Matrix set value error") + write!(f, "Matrix set value err") } } |