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.
___specta_definition___
1 parent 6b149dd commit 1dcf60aCopy full SHA for 1dcf60a
specta-macros/src/type/mod.rs
@@ -177,6 +177,7 @@ pub fn derive(input: proc_macro::TokenStream) -> syn::Result<proc_macro::TokenSt
177
// TODO: We should make this a standalone function but that caused issues resolving lifetimes.
178
#[automatically_derived]
179
impl #bounds #ident #type_args #where_bound {
180
+ #[doc(hidden)] // Don't want this showing up in users LSP
181
fn ___specta_definition___(types: &mut #crate_ref::TypeCollection) -> #crate_ref::datatype::DataType {
182
#inlines
183
}
0 commit comments