1#![allow(clippy::redundant_closure)] 2 3use pest_derive::Parser; 4 5#[derive(Parser)] 6#[grammar = "rst.pest"] 7pub struct RstParser;