summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/src/syntux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/src/syntux.rs')
-rw-r--r--src/tools/rustfmt/src/syntux.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rustfmt/src/syntux.rs b/src/tools/rustfmt/src/syntux.rs
new file mode 100644
index 000000000..845576bd8
--- /dev/null
+++ b/src/tools/rustfmt/src/syntux.rs
@@ -0,0 +1,4 @@
+//! This module defines a thin abstract layer on top of the rustc's parser and syntax libraries.
+
+pub(crate) mod parser;
+pub(crate) mod session;