diff --git a/packages/backend-rs/README.md b/packages/backend-rs/README.md index 467d66b39c..b1c2a45037 100644 --- a/packages/backend-rs/README.md +++ b/packages/backend-rs/README.md @@ -101,7 +101,7 @@ It is highly encouraged that you write unit tests and test the code yourself (th ## Prerequisites 1. `dev/config.env` (see `dev/config.example.env` for reference) -2. PostgreSQL and Redis/Valkey instances and the config file (`.config/default.yml`) +2. Firefish config file (`.config/default.yml`) 3. Dev dependency - [cargo-nextest]() diff --git a/packages/macro-rs/macros/src/lib.rs b/packages/macro-rs/macros/src/lib.rs index 533f058a96..6bc2c0ddc1 100644 --- a/packages/macro-rs/macros/src/lib.rs +++ b/packages/macro-rs/macros/src/lib.rs @@ -51,7 +51,7 @@ define_wrapper_proc_macro_attributes! { /// #[cfg_attr(feature = "napi", macros::napi(attr))] /// # fn f() {} // to work around doc test compilation error /// ``` - /// where `attr` is given attribute(s). See [macro@napi] for more details. + /// where `attr` is given attribute(s). See [macro@napi] and [macros_impl::napi::napi] for more details. export(attr, item) { #[cfg_attr(feature = "napi", macros::napi(#attr))] #item