From 3ebec9c13f932f11adac9137f416068c2e315351 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 22 Dec 2023 14:16:57 -0500 Subject: [PATCH] fixup! docs: inline `document-features` usage, remove dep. --- wgpu-core/src/lib.rs | 2 +- wgpu/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wgpu-core/src/lib.rs b/wgpu-core/src/lib.rs index 6c429119c01..b44248fdae7 100644 --- a/wgpu-core/src/lib.rs +++ b/wgpu-core/src/lib.rs @@ -3,7 +3,7 @@ //! into other language-specific user-friendly libraries. //! //! ## Feature flags -// NOTE: the above should be kept in sync. with `Cargo.toml`! +// NOTE: feature docs. below should be kept in sync. with `Cargo.toml`! //! //! - **`api_log_info`** --- Log all API entry points at info instead of trace level. //! - **`resource_log_info`** --- Log resource lifecycle management at info instead of trace level. diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 737429545ea..c7266d9bfbe 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -3,7 +3,7 @@ //! To start using the API, create an [`Instance`]. //! //! ## Feature flags -// NOTE: the above should be kept in sync. with `Cargo.toml`! +// NOTE: feature docs. below should be kept in sync. with `Cargo.toml`! //! //! ### Backends //!