mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
clippy+fmt
This commit is contained in:
parent
e9d8d13b02
commit
b681949461
5 changed files with 14 additions and 11 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue