mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Remove dbg
This commit is contained in:
parent
ad4402a67d
commit
53c2a87161
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ pub fn generate_module_docs<'a>(
|
||||||
}
|
}
|
||||||
|
|
||||||
fn generate_module_doc<'a>(def: &'a ast::Def<'a>) -> Option<String> {
|
fn generate_module_doc<'a>(def: &'a ast::Def<'a>) -> Option<String> {
|
||||||
dbg!(def);
|
|
||||||
match def {
|
match def {
|
||||||
Def::SpaceBefore(_, comments_or_new_lines) => {
|
Def::SpaceBefore(_, comments_or_new_lines) => {
|
||||||
comments_or_new_lines_to_module_docs(comments_or_new_lines)
|
comments_or_new_lines_to_module_docs(comments_or_new_lines)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue