clippy+fmt

This commit is contained in:
Anton-4 2022-11-15 17:38:24 +01:00
parent e9d8d13b02
commit b681949461
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
5 changed files with 14 additions and 11 deletions

View file

@ -18,7 +18,6 @@ const NEWLINE: &str = "\r\n";
#[cfg(not(windows))]
const NEWLINE: &str = "\n";
#[derive(Debug)]
pub struct Ast<'a> {
pub module: Module<'a>,