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 //!