| commit | 3c90cd2ef80e799c249436f4679aa3c12d1f2b91 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Apr 30 07:28:21 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Apr 30 07:45:34 2020 -0700 |
| tree | 919e0f3503c222ddbe026833f8fd0907a5f57b68 | |
| parent | 74dd379f093a2955d7657dffb7d5acfa9e9aeaaa [diff] [blame] |
Move Rust symbols required by C++ to a separate Buck target Closes #168.
diff --git a/src/macros/mod.rs b/src/macros/mod.rs new file mode 100644 index 0000000..d12d96b --- /dev/null +++ b/src/macros/mod.rs
@@ -0,0 +1,4 @@ +#[macro_use] +mod assert; +#[macro_use] +mod concat;