Expose proc macro docs via the main crate

This commit is contained in:
Tim Robinson 2021-06-16 09:50:05 +01:00
parent ff938024e2
commit c6e4b23c71

View file

@ -605,5 +605,4 @@ impl std::error::Error for Cancelled {}
#[macro_use]
extern crate salsa_macros;
use plumbing::HasQueryGroup;
#[doc(hidden)]
pub use salsa_macros::*;