aboutsummaryrefslogtreecommitdiff
path: root/tests/parsing-crates/main.rs
blob: 84bd57d20b4d93b267ca7b9ead9a18587e30e2d1 (plain) (blame)
1
2
3
4
5
6
#[cfg(test)]
mod mail_parser;

fn main() {
    println!("Hello, world!");
}