]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/src/syntux.rs
New upstream version 1.52.1+dfsg1
[rustc.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;