We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f603d97 commit 696d6beCopy full SHA for 696d6be
ec-gpu/src/lib.rs
@@ -5,7 +5,7 @@ pub trait GpuName {
5
/// To make the uniqueness easier to implement, use the [`name`] macro. It produces a unique
6
/// name, based on the module path and the type of the item itself. That identifier might not
7
/// be stable across different versions of a crate, but this is OK as kernel sources/binaries
8
- /// are always bundled with a library and not re-used between versions.
+ /// are always bundled with a library and not reused between versions.
9
///
10
/// # Example
11
0 commit comments