Skip to content

Commit ac2bb66

Browse files
committed
Remove unsupported module
1 parent e956802 commit ac2bb66

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/ast/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use std::fmt::{Display, Formatter};
66
use crate::parser::Value;
77
use crate::utils::NotationMatching;
88

9-
mod unsupported;
10-
119
/// Represents a parsed Doxygen comment.
1210
#[derive(Clone, Debug)]
1311
pub struct ParsedDoxygen {

src/ast/unsupported.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)