268: Expose proc macro docs via the main crate r=nikomatsakis a=1tgr

Improve visibility by placing the `database` and `query_group` proc macros at the bottom of the main docs page, instead of manually browsing to the docs for the `salsa-macros` crate.

Co-authored-by: Tim Robinson <tim.g.robinson@gmail.com>
This commit is contained in:
bors[bot] 2021-06-17 13:40:35 +00:00 committed by GitHub
commit 5c20caaab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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::*;