wgpu/wgpu-types/src
Bruce Mitchener 4f02057359 Convert some module doc comments
Some module doc comments were using `/*! ... */` syntax and had
leading ` *` prefixes on each line. This interferes with the
tracking of `clippy::doc_lazy_continuation`, so switch those over
to `//!` style comment blocks.

This leaves `/*! ... */` blocks alone which didn't prefix each
line.
2024-07-24 11:17:00 -04:00
..
assertions.rs Fix up strict-assert usage (#3320) 2022-12-20 22:04:45 -08:00
counters.rs Expose GPU allocation reports in wgpu, wgpu-core and wgpu-hal 2024-07-19 10:16:29 +02:00
lib.rs Convert some module doc comments 2024-07-24 11:17:00 -04:00
math.rs [metal] Fix metal erroring on an array_stride of 0 (#3538) 2023-04-05 22:40:15 +00:00