We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1201bb8 commit 18669e6Copy full SHA for 18669e6
1 file changed
src/lib.rs
@@ -1,7 +1,4 @@
1
-#[cfg(test)]
2
-mod tests {
3
- #[test]
4
- fn it_works() {
5
- assert_eq!(2 + 2, 4);
6
- }
7
-}
+#![deny(missing_docs)]
+//! # Typesense
+//!
+//! Welcome to typesense, the rust library for the Typesense API.
0 commit comments