From 38642aa397f3267277a5c306b840fa22f306ef58 Mon Sep 17 00:00:00 2001 From: mejrs Date: Sun, 30 May 2021 14:20:08 +0200 Subject: [PATCH] clarify multiple-pymethods' supported platforms --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9ac8b104..23533ab0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -77,7 +77,8 @@ // //! - `multiple-pymethods`: Enables the use of multiple //! [`#[pymethods]`](crate::proc_macro::pymethods) blocks per -//! [`#[pyclass]`](crate::proc_macro::pyclass). +//! [`#[pyclass]`](crate::proc_macro::pyclass). This adds a dependency on the +//! [`inventory`](https://docs.rs/inventory) crate, which is not supported on all platforms. // //! - `num-bigint`: Enables conversions between Python objects and //! [num-bigint](https://docs.rs/num-bigint)'s