We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa62b9 commit c7ff9dcCopy full SHA for c7ff9dc
ndarray-linalg/src/assert.rs
@@ -86,7 +86,7 @@ where
86
}
87
88
macro_rules! generate_assert {
89
- ($assert:ident, $close:path) => {
+ ($assert:ident, $close:tt) => {
90
#[macro_export]
91
macro_rules! $assert {
92
($test: expr,$truth: expr,$tol: expr) => {
0 commit comments