1 2 3 4 5 6
use pest_derive::Parser; #[allow(missing_docs)] #[derive(Parser)] #[grammar = "rust_fmt.pest"] // relative to src pub(crate) struct FmtParser;