mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
Merge #268
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:
commit
5c20caaab4
1 changed files with 0 additions and 1 deletions
|
@ -605,5 +605,4 @@ impl std::error::Error for Cancelled {}
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate salsa_macros;
|
extern crate salsa_macros;
|
||||||
use plumbing::HasQueryGroup;
|
use plumbing::HasQueryGroup;
|
||||||
#[doc(hidden)]
|
|
||||||
pub use salsa_macros::*;
|
pub use salsa_macros::*;
|
||||||
|
|
Loading…
Reference in a new issue