Skip to content

Commit

Permalink
Fix a clippy::doc_lazy_continuation lint (#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 24, 2024
1 parent 2897fb5 commit 06649a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ pub trait Device: WasmNotSendSync {
/// - Zero-sized mappings are not allowed.
///
/// - The returned [`BufferMapping::ptr`] must not be used after a call to
/// [`Device::unmap_buffer`].
/// [`Device::unmap_buffer`].
///
/// [`MAP_READ`]: BufferUses::MAP_READ
/// [`MAP_WRITE`]: BufferUses::MAP_WRITE
Expand Down

0 comments on commit 06649a3

Please sign in to comment.