aboutsummaryrefslogtreecommitdiff
path: root/src/methods.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/methods.rs')
-rw-r--r--src/methods.rs20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/methods.rs b/src/methods.rs
deleted file mode 100644
index 520f1e8..0000000
--- a/src/methods.rs
+++ /dev/null
@@ -1,20 +0,0 @@
-//! method combinators
-
-/// do not use: method combinators moved to the nom-methods crate
-#[macro_export]
-macro_rules! method (
- ($($args:tt)*) => (compile_error!("method combinators moved to the nom-methods crate"););
-);
-
-/// do not use: method combinators moved to the nom-methods crate
-#[macro_export]
-macro_rules! call_m (
- ($($args:tt)*) => (compile_error!("method combinators moved to the nom-methods crate"););
-);
-
-/// do not use: method combinators moved to the nom-methods crate
-#[macro_export]
-macro_rules! apply_m (
- ($($args:tt)*) => (compile_error!("method combinators moved to the nom-methods crate"););
-);
-