From c892ac96815fbfa0be76c0aff0eadc596923e633 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 16 Dec 2018 20:54:50 -0700 Subject: [PATCH] Once we use one proc-macro, we might use them all --- src/macros.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/macros.rs diff --git a/src/macros.rs b/src/macros.rs deleted file mode 100644 index 3a38290..0000000 --- a/src/macros.rs +++ /dev/null @@ -1,8 +0,0 @@ -//! Module for all macros. -//! -//! Macros are the only thing in Rust where declaration order matters, so we -//! place all of them here regardless of what they do so that the macros module -//! can appear at the "top" of the library and all other modules can see them -//! properly. - -// no macros yet!