]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/src/syntux.rs
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
[rust.git] / src / tools / rustfmt / src / syntux.rs
1 //! This module defines a thin abstract layer on top of the rustc's parser and syntax libraries.
2
3 pub(crate) mod parser;
4 pub(crate) mod session;