Add docs for format_err macro

This commit is contained in:
Paul Woolcock
2019-02-05 13:25:40 -05:00
parent 5bb4cb4f82
commit 8bb46a378c
+1
View File
@@ -132,6 +132,7 @@ from! {
}
#[macro_export]
/// Used to easily create errors from strings
macro_rules! format_err {
( $( $arg:tt )* ) => {
{