You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,9 @@ mod utils;
251
251
252
252
pubuse client::*;
253
253
254
+
#[cfg(test)]
255
+
/// Support for the `Document` derive proc macro in the crate's tests
256
+
externcrate self as meilisearch_sdk;
254
257
/// Can't assume that the user of proc_macro will have access to `async_trait` crate. So exporting the `async-trait` crate from `meilisearch_sdk` in a hidden module.
0 commit comments