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 9506e7c commit a69594bCopy full SHA for a69594b
src/lib.rs
@@ -11,7 +11,7 @@ pub mod comments;
11
pub mod docs;
12
pub mod error;
13
pub mod files;
14
-mod sql_doc;
+pub mod sql_doc;
15
pub use sql_doc::SqlDoc;
16
17
// #[cfg(test)]
0 commit comments