We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa4bff + 5f54a1a commit 752fc4dCopy full SHA for 752fc4d
1 file changed
src/lib.rs
@@ -1,6 +1,6 @@
1
macro_rules! err {
2
($text:expr, $kind:expr) => {
3
- return Err(Error::new($kind, $text));
+ return Err(Error::new($kind, $text))
4
};
5
6
($text:expr) => {
0 commit comments