We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540f58a commit fe4069bCopy full SHA for fe4069b
src/sql_doc.rs
@@ -24,7 +24,7 @@ pub struct SqlDocBuilder {
24
source: SqlFileDocSource,
25
/// The list of Paths to be ignored for parsing purposes.
26
deny: Vec<String>,
27
- /// Used to indicate maintaining the [`Vec<(PathBuf, SqlFileDoc`]
+ /// Used to indicate maintaining the `[(PathBuf, SqlFileDoc)]`
28
retain_files: bool,
29
}
30
0 commit comments