Skip to content

Commit

Permalink
fixup! docs: inline document-features usage, remove dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Dec 22, 2023
1 parent 3d5bec6 commit 3ebec9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wgpu-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit 3ebec9c

Please sign in to comment.