Skip to content

Commit a69594b

Browse files
committed
Cleaned up lib.rs
1 parent 9506e7c commit a69594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub mod comments;
1111
pub mod docs;
1212
pub mod error;
1313
pub mod files;
14-
mod sql_doc;
14+
pub mod sql_doc;
1515
pub use sql_doc::SqlDoc;
1616

1717
// #[cfg(test)]

0 commit comments

Comments
 (0)